Hans Leidekker : wbemprox: No longer prefer native.

Alexandre Julliard julliard at winehq.org
Tue May 13 14:23:46 CDT 2014


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue May 13 13:41:58 2014 +0200

wbemprox: No longer prefer native.

---

 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);




More information about the wine-cvs mailing list