[2/2] wbemprox: No longer prefer native.

Hans Leidekker hans at codeweavers.com
Tue May 13 06:41:58 CDT 2014


---
 dlls/wbemprox/main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/wbemprox/main.c b/dlls/wbemprox/main.c
index d1b08f1..e6ccd5c 100644
--- a/dlls/wbemprox/main.c
+++ b/dlls/wbemprox/main.c
@@ -118,8 +118,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:
             instance = hinstDLL;
             DisableThreadLibraryCalls(hinstDLL);
-- 
2.0.0.rc2





More information about the wine-patches mailing list