Juan Lang : inetmib1: Don't prefer the native version, it doesn' t do much anyway.
Module: wine Branch: master Commit: 36468162478697f9ee38af36138f40b2c07f4e55 URL: http://source.winehq.org/git/wine.git/?a=commit;h=36468162478697f9ee38af3613... Author: Juan Lang <juan.lang(a)gmail.com> Date: Sat Jun 28 09:21:36 2008 -0700 inetmib1: Don't prefer the native version, it doesn't do much anyway. --- dlls/inetmib1/main.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/inetmib1/main.c b/dlls/inetmib1/main.c index 56e52a2..f14b78c 100644 --- a/dlls/inetmib1/main.c +++ b/dlls/inetmib1/main.c @@ -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;
participants (1)
-
Alexandre Julliard