inetmib1: Don't prefer the native version, it doesn't do much anyway.

oldstable
Juan Lang 2008-06-28 09:21:36 -07:00 committed by Alexandre Julliard
parent 8f66c13e35
commit 3646816247
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,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;