[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:
Hermès Bélusca-Maïto
2024-10-25 21:14:14 +02:00
parent d7fa4292ce
commit a27227b831

View File

@@ -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