Sebastian Lackner : vcomp: Prefer builtin version.
Module: wine Branch: master Commit: de1ba602eff0a83a2b51ade0deafded0c73d5e17 URL: http://source.winehq.org/git/wine.git/?a=commit;h=de1ba602eff0a83a2b51ade0de... Author: Sebastian Lackner <sebastian(a)fds-team.de> Date: Tue Aug 9 11:31:53 2016 +0200 vcomp: Prefer builtin version. Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> Signed-off-by: Alexandre Julliard <julliard(a)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;
participants (1)
-
Alexandre Julliard