Mercurial > mplayer.hg
annotate loader/wine/elfdll.h @ 25373:dd75fa4e0bed
partial sync with some of the latest commits
author | gpoirier |
---|---|
date | Fri, 14 Dec 2007 23:41:56 +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 */ |