Hans Leidekker : fusion: No longer prefer native.

Alexandre Julliard julliard at winehq.org
Fri Jan 18 12:07:36 CST 2013


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Jan 18 09:17:45 2013 +0100

fusion: No longer prefer native.

---

 dlls/fusion/fusion_main.c |    2 --
 1 files changed, 0 insertions(+), 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;




More information about the wine-cvs mailing list