mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:13:56 +00:00
winevdm: Make it a GUI application to avoid a spurious console.
This commit is contained in:
parent
3d8d9f2e51
commit
8b8d2a3d7c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
MODULE = winevdm.exe
|
MODULE = winevdm.exe
|
||||||
APPMODE = -mconsole
|
APPMODE = -mwindows
|
||||||
IMPORTS = user32 kernel
|
IMPORTS = user32 kernel
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
|
|
Loading…
Reference in a new issue