Skip to content

Commit a27227b

Browse files
HBeluscaSerge Gautherie
andcommitted
[PSDK] winbase.h: Add CREATE_IGNORE_SYSTEM_DEFAULT
Import Wine commit wine-mirror/wine@e19ad98 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]>
1 parent d7fa429 commit a27227b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/include/psdk/winbase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ extern "C" {
198198
#define PROFILE_USER 0x10000000
199199
#define PROFILE_KERNEL 0x20000000
200200
#define PROFILE_SERVER 0x40000000
201+
#define CREATE_IGNORE_SYSTEM_DEFAULT 0x80000000
201202

202203
/* CreateThread()/CreateRemoteThread() dwCreationFlags values */
203204
// #define CREATE_SUSPENDED 0x00000004 // See above

0 commit comments

Comments
 (0)