[KERNEL32]

* Include winspool.h only where it's needed.

svn path=/trunk/; revision=59723
This commit is contained in:
Amine Khaldi 2013-08-13 15:27:13 +00:00
parent 81462f65ed
commit 209b522093
2 changed files with 1 additions and 1 deletions

View file

@ -11,6 +11,7 @@
/* INCLUDES *******************************************************************/
#include <k32.h>
#include <winspool.h>
#define NDEBUG
#include <debug.h>

View file

@ -20,7 +20,6 @@
#include <winreg.h>
#include <wincon.h>
#include <winuser.h>
#include <winspool.h>
#include <tlhelp32.h>
/* Redefine NTDDI_VERSION to 2K3 SP1 to get correct NDK definitions */