fusion: No longer prefer native.

This commit is contained in:
Hans Leidekker 2013-01-18 09:17:45 +01:00 committed by Alexandre Julliard
parent 9d9c17de2b
commit d366642519
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
switch (fdwReason)
{
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls(hinstDLL);
break;