Added missing dependency for 16-bit resource files.
[wine/multimedia.git] / include / elfdll.h
blobee82a9e053233ff31fc5cad96836148fa2b62e77
1 #ifndef __WINE_ELFDLL_H
2 #define __WINE_ELFDLL_H
4 #include "module.h"
5 #include "windef.h"
7 WINE_MODREF *ELFDLL_LoadLibraryExA(LPCSTR libname, DWORD flags);
9 #if defined(HAVE_DL_API)
11 void *ELFDLL_dlopen(const char *libname, int flags);
12 extern char *extra_ld_library_path;
14 #endif
16 #endif