From 2cad63d7ce4653f088fce6023491186aa8cc7d35 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 17 Jun 2019 09:25:59 +0200 Subject: [PATCH] npptools: Build with msvcrt. Signed-off-by: Alexandre Julliard --- dlls/npptools/Makefile.in | 2 ++ dlls/npptools/main.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/npptools/Makefile.in b/dlls/npptools/Makefile.in index a9bbd3544fe..64ff9691aa6 100644 --- a/dlls/npptools/Makefile.in +++ b/dlls/npptools/Makefile.in @@ -1,4 +1,6 @@ MODULE = npptools.dll +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c diff --git a/dlls/npptools/main.c b/dlls/npptools/main.c index a72f634e02b..ad2b8931556 100644 --- a/dlls/npptools/main.c +++ b/dlls/npptools/main.c @@ -16,7 +16,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" #include