[1/5] vcomp: Prefer builtin version.

Sebastian Lackner sebastian at fds-team.de
Tue Aug 9 04:31:53 CDT 2016


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---
 dlls/vcomp/main.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/vcomp/main.c b/dlls/vcomp/main.c
index 8612c9f..61f84be 100644
--- a/dlls/vcomp/main.c
+++ b/dlls/vcomp/main.c
@@ -1427,9 +1427,6 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
 
     switch (reason)
     {
-        case DLL_WINE_PREATTACH:
-            return FALSE;    /* prefer native version */
-
         case DLL_PROCESS_ATTACH:
         {
             SYSTEM_INFO sysinfo;
-- 
2.9.0



More information about the wine-patches mailing list