https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a27227b831955dd311bc66cd306d4fdd4398cea5
commit a27227b831955dd311bc66cd306d4fdd4398cea5 Author: Hermès Bélusca-Maïto <hermes.belusca-ma...@reactos.org> AuthorDate: Fri Oct 25 21:14:14 2024 +0200 Commit: Hermès Bélusca-Maïto <hermes.belusca-ma...@reactos.org> CommitDate: Fri Oct 25 21:21:45 2024 +0200 [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 <winehq-git_serge_180...@gautherie.fr> Signed-off-by: Alexandre Julliard <julli...@winehq.org> Co-authored-by: Serge Gautherie <winehq-git_serge_180...@gautherie.fr> --- sdk/include/psdk/winbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/include/psdk/winbase.h b/sdk/include/psdk/winbase.h index 495c02c1dc7..88ba3a445ac 100644 --- a/sdk/include/psdk/winbase.h +++ b/sdk/include/psdk/winbase.h @@ -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