mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[PSDK/XDK]
Add back definitions that go lost in the last commit. winnt.h is autogenerated, please do not modify it directly, but instead modify the related file in XDK and regenerate the headers from XDK. svn path=/trunk/; revision=65481
This commit is contained in:
parent
c6f12ff6ba
commit
2e4fc079dc
2 changed files with 8 additions and 0 deletions
|
@ -1714,6 +1714,10 @@ extern "C++" { \
|
|||
#define THREAD_BASE_PRIORITY_MAX 2
|
||||
#define THREAD_BASE_PRIORITY_MIN (-2)
|
||||
#define THREAD_BASE_PRIORITY_IDLE (-15)
|
||||
|
||||
#define PROCESS_SET_LIMITED_INFORMATION 0x2000
|
||||
#define THREAD_RESUME 0x1000
|
||||
|
||||
/*
|
||||
* To prevent gcc compiler warnings, bracket these defines when initialising
|
||||
* a SID_IDENTIFIER_AUTHORITY, eg.
|
||||
|
|
|
@ -358,6 +358,10 @@
|
|||
#define THREAD_BASE_PRIORITY_MAX 2
|
||||
#define THREAD_BASE_PRIORITY_MIN (-2)
|
||||
#define THREAD_BASE_PRIORITY_IDLE (-15)
|
||||
|
||||
#define PROCESS_SET_LIMITED_INFORMATION 0x2000
|
||||
#define THREAD_RESUME 0x1000
|
||||
|
||||
/*
|
||||
* To prevent gcc compiler warnings, bracket these defines when initialising
|
||||
* a SID_IDENTIFIER_AUTHORITY, eg.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue