#else branch compile fix.
This commit is contained in:
parent
3b5c29f539
commit
8102f7487d
|
@ -267,7 +267,7 @@ void ELF_UnloadLibrary(WINE_MODREF *wm)
|
|||
|
||||
#else
|
||||
|
||||
WINE_MODREF *ELF_LoadLibraryExA( LPCSTR libname, HANDLE hf, DWORD flags)
|
||||
WINE_MODREF *ELF_LoadLibraryExA( LPCSTR libname, DWORD flags, DWORD *err)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue