Alexandre Julliard : msrle32: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Thu Jun 13 15:40:38 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 13 08:45:57 2019 +0200

msrle32: Build with msvcrt.

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

---

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

diff --git a/dlls/msrle32/Makefile.in b/dlls/msrle32/Makefile.in
index 6368cd8..fd5c6e3 100644
--- a/dlls/msrle32/Makefile.in
+++ b/dlls/msrle32/Makefile.in
@@ -1,6 +1,8 @@
 MODULE    = msrle32.dll
 IMPORTS   = winmm user32
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = msrle32.c
 
 RC_SRCS = msrle32.rc




More information about the wine-cvs mailing list