usbd.sys: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
daaf546f42
commit
503d5ef50d
|
@ -1,7 +1,7 @@
|
|||
MODULE = usbd.sys
|
||||
IMPORTLIB = usbd
|
||||
IMPORTS = ntoskrnl
|
||||
EXTRADLLFLAGS = -Wl,--subsystem,native
|
||||
EXTRADLLFLAGS = -mno-cygwin -Wl,--subsystem,native
|
||||
|
||||
C_SRCS = \
|
||||
usbd.c
|
||||
|
|
Loading…
Reference in New Issue