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

Alexandre Julliard julliard at winehq.org
Mon Jun 30 08:26:49 CDT 2008


Module: wine
Branch: master
Commit: 36468162478697f9ee38af36138f40b2c07f4e55
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=36468162478697f9ee38af36138f40b2c07f4e55

Author: Juan Lang <juan.lang at 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;




More information about the wine-cvs mailing list