commit | 94bb5bb1a7f56220a579bd5a72a736cf7576efc9 | [log] [tgz] |
---|---|---|
author | Bertho Stultiens <bertho@panter.soci.aau.dk> | Mon Apr 19 16:44:22 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 19 16:44:22 1999 +0000 |
tree | 0886ab6a5165e582fc62f5f19d286e2868fd0b5b | |
parent | 0e8d8cc92b7fe40280649cf65b556f8382bcdffc [diff] [blame] |
Removed non-portable hacks and replaced them with more general versions.
diff --git a/include/elfdll.h b/include/elfdll.h index 134b111..0c389e3 100644 --- a/include/elfdll.h +++ b/include/elfdll.h
@@ -4,5 +4,6 @@ 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