Alexandre Julliard : npmshtml: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Mon Jun 17 15:54:19 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 17 09:25:50 2019 +0200

npmshtml: Build with msvcrt.

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

---

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

diff --git a/dlls/npmshtml/Makefile.in b/dlls/npmshtml/Makefile.in
index aaaad83..61e057c 100644
--- a/dlls/npmshtml/Makefile.in
+++ b/dlls/npmshtml/Makefile.in
@@ -1,5 +1,7 @@
 MODULE    = npmshtml.dll
 IMPORTS   = mshtml
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = main.c
 RC_SRCS = rsrc.rc




More information about the wine-cvs mailing list