Alexandre Julliard : traffic: Build with msvcrt.

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


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

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

traffic: Build with msvcrt.

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

---

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

diff --git a/dlls/traffic/Makefile.in b/dlls/traffic/Makefile.in
index cbed340..e823eb3 100644
--- a/dlls/traffic/Makefile.in
+++ b/dlls/traffic/Makefile.in
@@ -1,4 +1,6 @@
 MODULE    = traffic.dll
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	traffic_main.c




More information about the wine-cvs mailing list