Alexandre Julliard : actxprxy: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Mon May 27 14:50:21 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon May 27 15:50:22 2019 +0200

actxprxy: Build with msvcrt.

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

---

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

diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in
index a4618bd..0517a4d 100644
--- a/dlls/actxprxy/Makefile.in
+++ b/dlls/actxprxy/Makefile.in
@@ -1,6 +1,8 @@
 MODULE    = actxprxy.dll
 IMPORTS   = uuid oleaut32 ole32 rpcrt4
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	usrmarshal.c
 




More information about the wine-cvs mailing list