fusion: No longer prefer native.

Hans Leidekker hans at codeweavers.com
Fri Jan 18 02:17:45 CST 2013


---
 dlls/fusion/fusion_main.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/fusion/fusion_main.c b/dlls/fusion/fusion_main.c
index 8f0906b..3c7958b 100644
--- a/dlls/fusion/fusion_main.c
+++ b/dlls/fusion/fusion_main.c
@@ -34,8 +34,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;
-- 
1.7.10.4






More information about the wine-patches mailing list