Sweden-Number/include/elfdll.h

10 lines
295 B
C
Raw Normal View History

#ifndef __WINE_ELFDLL_H
#define __WINE_ELFDLL_H
WINE_MODREF *ELFDLL_LoadLibraryExA(LPCSTR libname, DWORD flags, DWORD *err);
HINSTANCE16 ELFDLL_LoadModule16(LPCSTR libname, BOOL implicit);
void ELFDLL_UnloadLibrary(WINE_MODREF *wm);
void *ELFDLL_dlopen(const char *libname, int flags);
#endif