scsiport: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
107f54eff7
commit
a3e9e5aa62
|
@ -2,5 +2,7 @@ MODULE = scsiport.sys
|
||||||
IMPORTS = ntoskrnl
|
IMPORTS = ntoskrnl
|
||||||
EXTRADLLFLAGS = -Wl,--subsystem,native
|
EXTRADLLFLAGS = -Wl,--subsystem,native
|
||||||
|
|
||||||
|
EXTRADLLFLAGS = -mno-cygwin
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
scsiport.c
|
scsiport.c
|
||||||
|
|
Loading…
Reference in New Issue