Detlef Riekenberg : localui: Prefer builtin version.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 7 09:10:26 CDT 2007


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

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Sat May  5 00:20:13 2007 +0200

localui: Prefer builtin version.

---

 dlls/localui/localui.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/localui/localui.c b/dlls/localui/localui.c
index 55b035a..2acfc7e 100644
--- a/dlls/localui/localui.c
+++ b/dlls/localui/localui.c
@@ -689,9 +689,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 );
             LOCALUI_hInstance = hinstDLL;




More information about the wine-cvs mailing list