Alexandre Julliard : stress: Build with msvcrt.
21 Jun
2019
21 Jun
'19
10:44 p.m.
Module: wine Branch: master Commit: 84d0d51aa6d0b65b5e4479ae962744284fab5ed5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=84d0d51aa6d0b65b5e4479ae9... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jun 21 08:49:39 2019 +0200 stress: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)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
2463
Age (days ago)
2463
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard