From 52f68a01ef85cdaccfa62b41f48f6f57eaeee034 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 26 Jun 2019 09:39:22 +0200 Subject: [PATCH] winehid.sys: Build with msvcrt. Signed-off-by: Alexandre Julliard --- 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 db2feb975d9..b2363e75659 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