Bruno Jesus : xinput1_3: Prefer builtin DLL.

Alexandre Julliard julliard at winehq.org
Mon Dec 19 13:10:37 CST 2016


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

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>
(cherry picked from commit 4b09e848b8867683007f4c90ac589b43dfdc5707)
Signed-off-by: Michael Stefaniuc <mstefani 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 63f725b..d5d6147 100644
--- a/dlls/xinput1_3/xinput1_3_main.c
+++ b/dlls/xinput1_3/xinput1_3_main.c
@@ -35,8 +35,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