Alexandre Julliard : msctfp: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Jun 12 16:44:24 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun 12 09:41:14 2019 +0200

msctfp: Build with msvcrt.

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

---

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

diff --git a/dlls/msctfp/Makefile.in b/dlls/msctfp/Makefile.in
index 992aeef..aed960c 100644
--- a/dlls/msctfp/Makefile.in
+++ b/dlls/msctfp/Makefile.in
@@ -1,6 +1,8 @@
 MODULE    = msctfp.dll
 IMPORTS   = rpcrt4 ole32 oleaut32
 
+EXTRADLLFLAGS = -mno-cygwin
+
 IDL_SRCS = msctfp.idl
 
 dlldata_EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_CLSID=CLSID_PSFactoryBuffer




More information about the wine-cvs mailing list