From 84d0d51aa6d0b65b5e4479ae962744284fab5ed5 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 21 Jun 2019 08:49:39 +0200 Subject: [PATCH] stress: Build with msvcrt. Signed-off-by: Alexandre Julliard --- 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 0c93384c33e..3bd34dab801 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