Better error message for forwards.
[wine/wine-kai.git] / include / elfdll.h
blob4393107de7b95a69f564f4a8f6ad68e975c9d633
1 #ifndef __WINE_ELFDLL_H
2 #define __WINE_ELFDLL_H
4 #include "config.h"
5 #include "module.h"
6 #include "windef.h"
8 WINE_MODREF *ELFDLL_LoadLibraryExA(LPCSTR libname, DWORD flags);
10 #if defined(HAVE_DL_API)
12 void *ELFDLL_dlopen(const char *libname, int flags);
13 extern char *extra_ld_library_path;
15 #endif
17 #endif