Alexandre Julliard : msxml4: Build with msvcrt.

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


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

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

msxml4: Build with msvcrt.

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

---

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

diff --git a/dlls/msxml4/Makefile.in b/dlls/msxml4/Makefile.in
index d628ebc..2952910 100644
--- a/dlls/msxml4/Makefile.in
+++ b/dlls/msxml4/Makefile.in
@@ -1,6 +1,8 @@
 MODULE    = msxml4.dll
 IMPORTS   = ole32 advapi32
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c
 




More information about the wine-cvs mailing list