[PSDK] Add missing PF_NX_ENABLED, PROCESS_DEP_ENABLE and PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION definitions.

svn path=/trunk/; revision=66550
This commit is contained in:
Amine Khaldi 2015-03-02 23:37:00 +00:00
parent e9590ca78f
commit 2634b3a6aa
2 changed files with 7 additions and 0 deletions

View file

@ -587,6 +587,11 @@ extern "C" {
#define INIT_ONCE_STATIC_INIT RTL_RUN_ONCE_INIT
#if (_WIN32_WINNT >= 0x0600)
#define PROCESS_DEP_ENABLE 0x00000001
#define PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION 0x00000002
#endif
#ifndef RC_INVOKED
#ifndef _FILETIME_

View file

@ -2029,6 +2029,8 @@ typedef enum {
#define PF_RDTSC_INSTRUCTION_AVAILABLE 8
#define PF_PAE_ENABLED 9
#define PF_XMMI64_INSTRUCTIONS_AVAILABLE 10
#define PF_NX_ENABLED 12
/* also in ddk/ntifs.h */
#define FILE_ACTION_ADDED 0x00000001
#define FILE_ACTION_REMOVED 0x00000002