Jacek Caban : conhost: Build with -mwindows.

Alexandre Julliard julliard at winehq.org
Tue Aug 18 16:34:24 CDT 2020


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Aug 18 16:21:19 2020 +0200

conhost: Build with -mwindows.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/programs/conhost/Makefile.in b/programs/conhost/Makefile.in
index 75ec7dfc41..b88a5cc45e 100644
--- a/programs/conhost/Makefile.in
+++ b/programs/conhost/Makefile.in
@@ -1,6 +1,6 @@
 MODULE    = conhost.exe
 
-EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
+EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
 
 C_SRCS = conhost.c
 




More information about the wine-cvs mailing list