mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[PSDK] winbase.h: Add CREATE_IGNORE_SYSTEM_DEFAULT
Import Wine commit
e19ad98564
winbase.h: Add CREATE_IGNORE_SYSTEM_DEFAULT.
Signed-off-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Co-authored-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr>
This commit is contained in:
parent
d7fa4292ce
commit
a27227b831
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue