Alexandre Julliard : winevdm: Make it a GUI application to avoid a spurious console.

Alexandre Julliard julliard at winehq.org
Thu Jun 27 13:39:09 CDT 2013


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 27 13:39:23 2013 +0200

winevdm: Make it a GUI application to avoid a spurious console.

---

 programs/winevdm/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winevdm/Makefile.in b/programs/winevdm/Makefile.in
index 9e33dd3..618f0b7 100644
--- a/programs/winevdm/Makefile.in
+++ b/programs/winevdm/Makefile.in
@@ -1,5 +1,5 @@
 MODULE    = winevdm.exe
-APPMODE   = -mconsole
+APPMODE   = -mwindows
 IMPORTS   = user32 kernel
 
 C_SRCS = \




More information about the wine-cvs mailing list