Alexandre Julliard : usbd.sys: Build with msvcrt.
Module: wine Branch: master Commit: 503d5ef50d8abf1e9ecf842bdf44747fea382d39 URL: https://source.winehq.org/git/wine.git/?a=commit;h=503d5ef50d8abf1e9ecf842bd... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 25 08:30:21 2019 +0200 usbd.sys: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/usbd.sys/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/usbd.sys/Makefile.in b/dlls/usbd.sys/Makefile.in index d4e47a9..b756bf7 100644 --- a/dlls/usbd.sys/Makefile.in +++ b/dlls/usbd.sys/Makefile.in @@ -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
participants (1)
-
Alexandre Julliard