Hao Peng : regsvr32: Change regsvr32 to a GUI program.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 29 15:40:46 CDT 2015


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

Author: Hao Peng <penghao at linuxdeepin.com>
Date:   Wed Jul 22 09:38:42 2015 +0800

regsvr32: Change regsvr32 to a GUI program.

---

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

diff --git a/programs/regsvr32/Makefile.in b/programs/regsvr32/Makefile.in
index b99db28..15646a6 100644
--- a/programs/regsvr32/Makefile.in
+++ b/programs/regsvr32/Makefile.in
@@ -1,5 +1,5 @@
 MODULE    = regsvr32.exe
-APPMODE   = -mconsole -municode
+APPMODE   = -mwindows -municode
 IMPORTS   = ole32 user32
 
 C_SRCS = \




More information about the wine-cvs mailing list