fltmgr.sys: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
33cb83eee1
commit
e4ff8de572
|
@ -1,5 +1,7 @@
|
||||||
MODULE = fltmgr.sys
|
MODULE = fltmgr.sys
|
||||||
EXTRADLLFLAGS = -Wl,--subsystem,native
|
EXTRADLLFLAGS = -Wl,--subsystem,native
|
||||||
|
|
||||||
|
EXTRADLLFLAGS = -mno-cygwin
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
main.c
|
main.c
|
||||||
|
|
Loading…
Reference in New Issue