Mercurial > mplayer.hg
annotate loader/wine/elfdll.h @ 25101:10a3f5b4ee20
Rename timer-lx.c --> timer-linux.c.
author | diego |
---|---|
date | Wed, 21 Nov 2007 09:25:10 +0000 |
parents | c98c9e7f3bd0 |
children | a8ea87c71d18 |
rev | line source |
---|---|
24422
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
24402
diff
changeset
|
1 #ifndef WINE_ELFDLL_H |
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
24402
diff
changeset
|
2 #define WINE_ELFDLL_H |
1 | 3 |
4 #include "module.h" | |
5 #include "windef.h" | |
6 | |
7 WINE_MODREF *ELFDLL_LoadLibraryExA(LPCSTR libname, DWORD flags); | |
8 HINSTANCE16 ELFDLL_LoadModule16(LPCSTR libname); | |
9 void ELFDLL_UnloadLibrary(WINE_MODREF *wm); | |
10 | |
11 void *ELFDLL_dlopen(const char *libname, int flags); | |
12 extern char *extra_ld_library_path; | |
13 | |
24422
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
24402
diff
changeset
|
14 #endif /* WINE_ELFDLL_H */ |