Serge Gautherie : winbase.h: Add CREATE_IGNORE_SYSTEM_DEFAULT.
Module: wine Branch: master Commit: e19ad98564295354e36df473c278167b4ef72d54 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e19ad98564295354e36df473c... Author: Serge Gautherie <winehq-git_serge_180711(a)gautherie.fr> Date: Mon May 3 13:29:39 2021 +0200 winbase.h: Add CREATE_IGNORE_SYSTEM_DEFAULT. Signed-off-by: Serge Gautherie <winehq-git_serge_180711(a)gautherie.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/winbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winbase.h b/include/winbase.h index 11a92fa84d9..5e35c31a3b7 100644 --- a/include/winbase.h +++ b/include/winbase.h @@ -679,6 +679,7 @@ typedef struct _PROCESS_INFORMATION{ #define PROFILE_USER 0x10000000 #define PROFILE_KERNEL 0x20000000 #define PROFILE_SERVER 0x40000000 +#define CREATE_IGNORE_SYSTEM_DEFAULT 0x80000000 #define STACK_SIZE_PARAM_IS_A_RESERVATION 0x00010000
participants (1)
-
Alexandre Julliard