Alexandre Julliard : ieproxy: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Jun 5 16:12:38 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun  5 08:39:12 2019 +0200

ieproxy: Build with msvcrt.

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

---

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

diff --git a/dlls/ieproxy/Makefile.in b/dlls/ieproxy/Makefile.in
index 00c5fd1..661cf92 100644
--- a/dlls/ieproxy/Makefile.in
+++ b/dlls/ieproxy/Makefile.in
@@ -1,6 +1,8 @@
 MODULE = ieproxy.dll
 IMPORTS = uuid ole32 rpcrt4
 
+EXTRADLLFLAGS = -mno-cygwin
+
 IDL_SRCS = \
 	ieproxy_ieautomation.idl \
 	ieproxy_perhist.idl




More information about the wine-cvs mailing list