control: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3e25a1b26f
commit
3efefad87d
|
@ -1,5 +1,6 @@
|
||||||
MODULE = control.exe
|
MODULE = control.exe
|
||||||
APPMODE = -mwindows -municode
|
|
||||||
IMPORTS = shell32 user32
|
IMPORTS = shell32 user32
|
||||||
|
|
||||||
|
EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
|
||||||
|
|
||||||
C_SRCS = control.c
|
C_SRCS = control.c
|
||||||
|
|
Loading…
Reference in New Issue