From d0416d9bc6d7def9279a707ae5b7a6e3ec26f805 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 4 Jun 2019 09:10:21 +0200 Subject: [PATCH] fontsub: Build with msvcrt. Signed-off-by: Alexandre Julliard --- dlls/fontsub/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/fontsub/Makefile.in b/dlls/fontsub/Makefile.in index ac323b5bb50..c1b36e65175 100644 --- a/dlls/fontsub/Makefile.in +++ b/dlls/fontsub/Makefile.in @@ -1,4 +1,6 @@ MODULE = fontsub.dll +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c