Module: wine Branch: master Commit: aa79882a2692db253a9b95ec04d7ab171c61d180 URL: https://source.winehq.org/git/wine.git/?a=commit;h=aa79882a2692db253a9b95ec0...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 20 09:10:23 2019 +0200
sfc_os: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@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