mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user