Alexandre Julliard : sfc_os: Build with msvcrt.
20 Jun
2019
20 Jun
'19
9:04 p.m.
Module: wine Branch: master Commit: aa79882a2692db253a9b95ec04d7ab171c61d180 URL: https://source.winehq.org/git/wine.git/?a=commit;h=aa79882a2692db253a9b95ec0... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jun 20 09:10:23 2019 +0200 sfc_os: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/sfc_os/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/sfc_os/Makefile.in b/dlls/sfc_os/Makefile.in index 047850b..1329b2e 100644 --- a/dlls/sfc_os/Makefile.in +++ b/dlls/sfc_os/Makefile.in @@ -1,4 +1,6 @@ MODULE = sfc_os.dll IMPORTLIB = sfc_os +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = sfc_os.c
2465
Age (days ago)
2465
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard