Commit a55450da authored by Alexandre Julliard's avatar Alexandre Julliard

Always load 16-bit gdi.exe at init time.

parent 4b63ed83
......@@ -34,6 +34,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD reason, LPVOID lpvReserved)
{
if (reason != DLL_PROCESS_ATTACH) return TRUE;
DisableThreadLibraryCalls(hinstDLL);
LoadLibrary16( "gdi.exe" );
return GDI_Init();
}
......
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