Ignore svn changes up to r30324
[mplayer/glamo.git] / loader / wine / elfdll.h
blob82a6ea1f8d235cb90edb45d01e40602a5f41eadf
1 #ifndef MPLAYER_ELFDLL_H
2 #define MPLAYER_ELFDLL_H
4 #include "module.h"
5 #include "windef.h"
7 WINE_MODREF *ELFDLL_LoadLibraryExA(LPCSTR libname, DWORD flags);
8 HINSTANCE16 ELFDLL_LoadModule16(LPCSTR libname);
9 void ELFDLL_UnloadLibrary(WINE_MODREF *wm);
11 void *ELFDLL_dlopen(const char *libname, int flags);
12 extern char *extra_ld_library_path;
14 #endif /* MPLAYER_ELFDLL_H */