mirror of
https://github.com/reactos/reactos.git
synced 2025-07-01 20:51:20 +00:00
[EPSAPI]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61514
This commit is contained in:
parent
09b5f78ffd
commit
07cac9a63e
2 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,10 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
#define NTOS_MODE_USER
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#include <epsapi/epsapi.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue