From 01db71e4e4bf504ad137c3d5dea397088626a3b5 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 1 May 2019 10:40:32 +0200 Subject: [PATCH] uninstaller: Build with msvcrt. Signed-off-by: Alexandre Julliard --- programs/uninstaller/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/uninstaller/Makefile.in b/programs/uninstaller/Makefile.in index c6ba39fdd52..146e6204baa 100644 --- a/programs/uninstaller/Makefile.in +++ b/programs/uninstaller/Makefile.in @@ -1,8 +1,9 @@ MODULE = uninstaller.exe -APPMODE = -mconsole -municode IMPORTS = advapi32 DELAYIMPORTS = shlwapi shell32 user32 gdi32 +EXTRADLLFLAGS = -mconsole -municode -mno-cygwin + C_SRCS = \ main.c