[PATCH 3/4] xinput1_4: Prefer builtin DLL

Bruno Jesus 00cpxxx at gmail.com
Fri Dec 9 02:49:05 CST 2016


Signed-off-by: Bruno Jesus <00cpxxx at gmail.com>
---
 dlls/xinput1_4/xinput1_4_main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/xinput1_4/xinput1_4_main.c b/dlls/xinput1_4/xinput1_4_main.c
index f91a3c5..ce9a400 100644
--- a/dlls/xinput1_4/xinput1_4_main.c
+++ b/dlls/xinput1_4/xinput1_4_main.c
@@ -27,8 +27,6 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved)
 {
     switch(reason)
     {
-    case DLL_WINE_PREATTACH:
-        return FALSE; /* prefer native version */
     case DLL_PROCESS_ATTACH:
         DisableThreadLibraryCalls(inst);
         break;
-- 
2.9.3




More information about the wine-patches mailing list