mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[PSDK] winbase.h: Add CREATE_IGNORE_SYSTEM_DEFAULT
Import Wine commit https://github.com/wine-mirror/wine/commit/e19ad98564295354e36df473c278167b4ef72d54 winbase.h: Add CREATE_IGNORE_SYSTEM_DEFAULT. Signed-off-by: Serge Gautherie <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> Co-authored-by: Serge Gautherie <[email protected]>
This commit is contained in:
co-authored by
Serge Gautherie
parent
d7fa4292ce
commit
a27227b831
@@ -198,6 +198,7 @@ extern "C" {
|
||||
#define PROFILE_USER 0x10000000
|
||||
#define PROFILE_KERNEL 0x20000000
|
||||
#define PROFILE_SERVER 0x40000000
|
||||
#define CREATE_IGNORE_SYSTEM_DEFAULT 0x80000000
|
||||
|
||||
/* CreateThread()/CreateRemoteThread() dwCreationFlags values */
|
||||
// #define CREATE_SUSPENDED 0x00000004 // See above
|
||||
|
||||
Reference in New Issue
Block a user