mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
svchost: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
dae088939b
commit
d0d51f98d8
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
MODULE = svchost.exe
|
||||
APPMODE = -mconsole -municode
|
||||
IMPORTS = advapi32
|
||||
|
||||
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
svchost.c
|
||||
|
|
Loading…
Reference in a new issue