ntprint: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-17 09:28:49 +02:00
parent a1cdcc5290
commit 690e9619ba
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,8 @@
MODULE = ntprint.dll
IMPORTS = winspool
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
ntprint.c

View file

@ -30,7 +30,6 @@
#include "winver.h"
#include "winspool.h"
#include "wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(ntprint);