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
|
MODULE = ntprint.dll
|
||||||
IMPORTS = winspool
|
IMPORTS = winspool
|
||||||
|
|
||||||
|
EXTRADLLFLAGS = -mno-cygwin
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
ntprint.c
|
ntprint.c
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
#include "winver.h"
|
#include "winver.h"
|
||||||
#include "winspool.h"
|
#include "winspool.h"
|
||||||
|
|
||||||
#include "wine/unicode.h"
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(ntprint);
|
WINE_DEFAULT_DEBUG_CHANNEL(ntprint);
|
||||||
|
|
Loading…
Reference in New Issue