mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[KERNEL32]
* Include winspool.h only where it's needed. svn path=/trunk/; revision=59723
This commit is contained in:
parent
81462f65ed
commit
209b522093
2 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
/* INCLUDES *******************************************************************/
|
||||
|
||||
#include <k32.h>
|
||||
#include <winspool.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue