winevdm: Make it a GUI application to avoid a spurious console.
This commit is contained in:
parent
3d8d9f2e51
commit
8b8d2a3d7c
|
@ -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 New Issue