Hans Leidekker : dssenh: No longer prefer native.

Alexandre Julliard julliard at winehq.org
Tue Oct 20 15:57:17 CDT 2020


Module: wine
Branch: master
Commit: 7201688841806d9b4d37cf695ed081950a769961
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7201688841806d9b4d37cf695ed081950a769961

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Oct 20 10:13:19 2020 +0200

dssenh: No longer prefer native.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/dssenh/main.c b/dlls/dssenh/main.c
index fb9c5be9328..82822e4daec 100644
--- a/dlls/dssenh/main.c
+++ b/dlls/dssenh/main.c
@@ -1038,8 +1038,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