[PATCH v4 3/5] programs/uninstaller: set subsystem to GUI

Eric Pouech eric.pouech at gmail.com
Mon Feb 21 01:34:23 CST 2022


Signed-off-by: Eric Pouech <eric.pouech at gmail.com>

---
 programs/uninstaller/Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/uninstaller/Makefile.in b/programs/uninstaller/Makefile.in
index f7fef51a51c..5cc35b19dc3 100644
--- a/programs/uninstaller/Makefile.in
+++ b/programs/uninstaller/Makefile.in
@@ -2,7 +2,7 @@ MODULE    = uninstaller.exe
 IMPORTS   = advapi32
 DELAYIMPORTS = shlwapi shell32 user32 gdi32 comctl32
 
-EXTRADLLFLAGS = -mconsole -municode
+EXTRADLLFLAGS = -mwindows -municode
 
 C_SRCS = \
 	main.c




More information about the wine-devel mailing list