14 Jun
2019
14 Jun
'19
10:52 p.m.
Module: wine Branch: master Commit: 1ba737d376231642a6eb5f746c85a443fddab3e1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1ba737d376231642a6eb5f746... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jun 14 09:21:06 2019 +0200 msxml4: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)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