Alexandre Julliard : winehid.sys: Build with msvcrt.
Module: wine Branch: master Commit: 52f68a01ef85cdaccfa62b41f48f6f57eaeee034 URL: https://source.winehq.org/git/wine.git/?a=commit;h=52f68a01ef85cdaccfa62b41f... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Wed Jun 26 09:39:22 2019 +0200 winehid.sys: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winehid.sys/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winehid.sys/Makefile.in b/dlls/winehid.sys/Makefile.in index db2feb9..b2363e7 100644 --- a/dlls/winehid.sys/Makefile.in +++ b/dlls/winehid.sys/Makefile.in @@ -1,6 +1,6 @@ MODULE = winehid.sys IMPORTS = hidclass ntoskrnl -EXTRADLLFLAGS = -Wl,--subsystem,native +EXTRADLLFLAGS = -mno-cygwin -Wl,--subsystem,native C_SRCS = \ main.c
participants (1)
-
Alexandre Julliard