gdiplus: Prefer the builtin version.

This commit is contained in:
Vincent Povirk 2010-01-24 15:18:46 -06:00 committed by Alexandre Julliard
parent cc169bc8ac
commit db3d756c1e
1 changed files with 0 additions and 3 deletions

View File

@ -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;