From b41cc47292b11e951b4d936f1a6b417b9b214125 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 18 Jun 2019 09:06:20 +0200 Subject: [PATCH] prntvpt: Build with msvcrt. Signed-off-by: Alexandre Julliard --- dlls/prntvpt/Makefile.in | 2 ++ dlls/prntvpt/main.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/prntvpt/Makefile.in b/dlls/prntvpt/Makefile.in index ce05f50e107..5efd1c4eb26 100644 --- a/dlls/prntvpt/Makefile.in +++ b/dlls/prntvpt/Makefile.in @@ -1,4 +1,6 @@ MODULE = prntvpt.dll +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c diff --git a/dlls/prntvpt/main.c b/dlls/prntvpt/main.c index cdf1b6c8f08..ec7cf7c3e2e 100644 --- a/dlls/prntvpt/main.c +++ b/dlls/prntvpt/main.c @@ -18,7 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" #include #include "windef.h"