Module: wine Branch: master Commit: 84d0d51aa6d0b65b5e4479ae962744284fab5ed5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=84d0d51aa6d0b65b5e4479ae9...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jun 21 08:49:39 2019 +0200
stress: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@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