Sebastian Lackner : vcomp: Prefer builtin version.

Alexandre Julliard julliard at winehq.org
Tue Aug 9 11:11:04 CDT 2016


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

Author: Sebastian Lackner <sebastian at fds-team.de>
Date:   Tue Aug  9 11:31:53 2016 +0200

vcomp: Prefer builtin version.

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;




More information about the wine-cvs mailing list