[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:
Hermès Bélusca-Maïto
2024-10-25 21:21:45 +02:00
co-authored by Serge Gautherie
parent d7fa4292ce
commit a27227b831
+1
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