ntprint: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a1cdcc5290
commit
690e9619ba
|
@ -1,6 +1,8 @@
|
|||
MODULE = ntprint.dll
|
||||
IMPORTS = winspool
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
ntprint.c
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "winver.h"
|
||||
#include "winspool.h"
|
||||
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ntprint);
|
||||
|
|
Loading…
Reference in New Issue