Commit 690e9619 authored by Alexandre Julliard's avatar Alexandre Julliard

ntprint: Build with msvcrt.

parent a1cdcc52
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 @@ ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment