Alexandre Julliard : cdosys: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue May 28 15:06:50 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May 28 07:39:24 2019 +0200

cdosys: Build with msvcrt.

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

---

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

diff --git a/dlls/cdosys/Makefile.in b/dlls/cdosys/Makefile.in
index d1ce780..fefa8e8 100644
--- a/dlls/cdosys/Makefile.in
+++ b/dlls/cdosys/Makefile.in
@@ -1,5 +1,7 @@
 MODULE    = cdosys.dll
 IMPORTS   = uuid ole32
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c




More information about the wine-cvs mailing list