mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[AUTOCHK][CMD][TASKMGR]
* Include NDK headers on-demand. svn path=/trunk/; revision=53218
This commit is contained in:
parent
65e2999b86
commit
12af7c5f1f
3 changed files with 12 additions and 3 deletions
|
@ -13,7 +13,8 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/extypes.h>
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <aclapi.h>
|
||||
#include <commctrl.h>
|
||||
#include <shellapi.h>
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
#include <assert.h>
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/pstypes.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
|
|
@ -13,7 +13,14 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/obtypes.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/pstypes.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <ndk/umfuncs.h>
|
||||
#include <fmifs/fmifs.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
Loading…
Reference in a new issue