From: Bruno Jesus <00cpxxx@gmail.com> Subject: [PATCH 3/4] xinput1_4: Prefer builtin DLL Message-Id: <20161209084906.28276-3-00cpxxx@gmail.com> Date: Fri, 9 Dec 2016 06:49:05 -0200 In-Reply-To: <20161209084906.28276-1-00cpxxx@gmail.com> References: <20161209084906.28276-1-00cpxxx@gmail.com> Signed-off-by: Bruno Jesus <00cpxxx@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