Commit 8102f748 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

#else branch compile fix.

parent 3b5c29f5
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment