From 485d95c7e2f2cde2089ee396e2d86bbc235bf5dd Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 5 Jun 2019 08:39:12 +0200 Subject: [PATCH] ieproxy: Build with msvcrt. Signed-off-by: Alexandre Julliard --- dlls/ieproxy/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/ieproxy/Makefile.in b/dlls/ieproxy/Makefile.in index 00c5fd1eabd..661cf92e040 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