Bruno Jesus : xinput1_3: Prefer builtin DLL.

Alexandre Julliard julliard at winehq.org
Mon Oct 31 14:41:10 CDT 2016


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

Author: Bruno Jesus <00cpxxx at gmail.com>
Date:   Sat Oct 29 23:13:25 2016 -0200

xinput1_3: Prefer builtin DLL.

Signed-off-by: Bruno Jesus <00cpxxx at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/xinput1_3/xinput1_3_main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/xinput1_3/xinput1_3_main.c b/dlls/xinput1_3/xinput1_3_main.c
index 04732eb..5f88ca1 100644
--- a/dlls/xinput1_3/xinput1_3_main.c
+++ b/dlls/xinput1_3/xinput1_3_main.c
@@ -43,8 +43,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;




More information about the wine-cvs mailing list