Alexandre Julliard : stress: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Fri Jun 21 16:44:17 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun 21 08:49:39 2019 +0200

stress: Build with msvcrt.

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

---

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

diff --git a/dlls/stress.dll16/Makefile.in b/dlls/stress.dll16/Makefile.in
index 0c93384..3bd34da 100644
--- a/dlls/stress.dll16/Makefile.in
+++ b/dlls/stress.dll16/Makefile.in
@@ -1,4 +1,4 @@
 MODULE    = stress.dll16
-EXTRADLLFLAGS = -m16
+EXTRADLLFLAGS = -m16 -mno-cygwin
 
 C_SRCS = stress.c




More information about the wine-cvs mailing list