mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
[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:
parent
e9590ca78f
commit
2634b3a6aa
2 changed files with 7 additions and 0 deletions
|
@ -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_
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue