Alexandre Julliard : msxml6: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Fri Jun 14 16:52:16 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun 14 09:21:11 2019 +0200

msxml6: Build with msvcrt.

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

---

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

diff --git a/dlls/msxml6/Makefile.in b/dlls/msxml6/Makefile.in
index 61a61a7..da4c212 100644
--- a/dlls/msxml6/Makefile.in
+++ b/dlls/msxml6/Makefile.in
@@ -1,6 +1,8 @@
 MODULE    = msxml6.dll
 IMPORTS   = oleaut32 ole32 advapi32
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c
 




More information about the wine-cvs mailing list