[PATCH] winbase.h: Add CREATE_IGNORE_SYSTEM_DEFAULT.

Serge Gautherie winehq-git_serge_180711 at gautherie.fr
Sat May 1 10:06:06 CDT 2021


Signed-off-by: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
--
Exists since at least P.SDK 2003 R2.
---
 include/winbase.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/winbase.h b/include/winbase.h
index 11a92fa..2b4e1fa 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -671,7 +671,8 @@ typedef struct _PROCESS_INFORMATION{
 #define EXTENDED_STARTUPINFO_PRESENT      0x00080000
 #define PROCESS_MODE_BACKGROUND_BEGIN     0x00100000
 #define PROCESS_MODE_BACKGROUND_END       0x00200000
-#define CREATE_SECURE_PROCESS             0x00400000
+#define CREATE_SECURE_PROCESS             0x00400000  /* Documented, though not in MS file */
+/* #define Unknown/Inexistent                0x00800000 */
 #define CREATE_BREAKAWAY_FROM_JOB         0x01000000
 #define CREATE_PRESERVE_CODE_AUTHZ_LEVEL  0x02000000
 #define CREATE_DEFAULT_ERROR_MODE         0x04000000
@@ -679,6 +680,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
 
-- 
2.10.0.windows.1




More information about the wine-devel mailing list