Alexandre Julliard : winehid.sys: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Jun 26 16:15:41 CDT 2019


Module: wine
Branch: master
Commit: 52f68a01ef85cdaccfa62b41f48f6f57eaeee034
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=52f68a01ef85cdaccfa62b41f48f6f57eaeee034

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun 26 09:39:22 2019 +0200

winehid.sys: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list