Alexandre Julliard : lzexpand: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Mon Jun 10 13:43:53 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 10 10:56:16 2019 +0200

lzexpand: Build with msvcrt.

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

---

 dlls/lzexpand.dll16/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/lzexpand.dll16/Makefile.in b/dlls/lzexpand.dll16/Makefile.in
index b44a1eb..0269e46 100644
--- a/dlls/lzexpand.dll16/Makefile.in
+++ b/dlls/lzexpand.dll16/Makefile.in
@@ -1,5 +1,5 @@
 MODULE    = lzexpand.dll16
 IMPORTS   = lz32
-EXTRADLLFLAGS = -m16 -Wb,--main-module,lz32.dll
+EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,lz32.dll
 
 C_SRCS = lzexpand.c




More information about the wine-cvs mailing list