Alexandre Julliard : comcat: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue May 28 15:06:50 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May 28 07:40:04 2019 +0200

comcat: Build with msvcrt.

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

---

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

diff --git a/dlls/comcat/Makefile.in b/dlls/comcat/Makefile.in
index 2d105df..42061a1 100644
--- a/dlls/comcat/Makefile.in
+++ b/dlls/comcat/Makefile.in
@@ -1,6 +1,8 @@
 MODULE    = comcat.dll
 IMPORTS   = ole32
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	comcat_main.c
 




More information about the wine-cvs mailing list