Alexandre Julliard : tdi.sys: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Mon Jun 24 16:06:21 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 24 10:10:42 2019 +0200

tdi.sys: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/tdi.sys/Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/tdi.sys/Makefile.in b/dlls/tdi.sys/Makefile.in
index d414ff7..9d5e05f 100644
--- a/dlls/tdi.sys/Makefile.in
+++ b/dlls/tdi.sys/Makefile.in
@@ -1,5 +1,7 @@
 MODULE    = tdi.sys
 EXTRADLLFLAGS = -Wl,--subsystem,native
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c




More information about the wine-cvs mailing list