mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 18:37:49 +00:00
gdiplus: Prefer the builtin version.
This commit is contained in:
parent
cc169bc8ac
commit
db3d756c1e
@ -58,9 +58,6 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD reason, LPVOID reserved)
|
||||
|
||||
switch(reason)
|
||||
{
|
||||
case DLL_WINE_PREATTACH:
|
||||
return FALSE; /* prefer native version */
|
||||
|
||||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls( hinst );
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user