Alexandre Julliard : wow32: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Fri Jun 28 04:11:26 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 27 21:42:56 2019 +0200

wow32: Build with msvcrt.

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

---

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

diff --git a/dlls/wow32/Makefile.in b/dlls/wow32/Makefile.in
index 5f0e13a..db153da 100644
--- a/dlls/wow32/Makefile.in
+++ b/dlls/wow32/Makefile.in
@@ -2,4 +2,6 @@ MODULE    = wow32.dll
 IMPORTLIB = wow32
 IMPORTS   = kernel
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = wow_main.c




More information about the wine-cvs mailing list