[PATCH 1/8] winbase: added missing Process Creation Flags

romanstingler roman.stingler at gmail.com
Mon May 6 13:41:37 CDT 2019


Signed-off-by: romanstingler <roman.stingler at gmail.com>
---
 include/winbase.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/winbase.h b/include/winbase.h
index 314a8b7f60..3fdfec3d57 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -694,6 +694,11 @@ typedef struct _TIME_ZONE_INFORMATION{
 #define PROFILE_USER                0x10000000
 #define PROFILE_KERNEL              0x20000000
 #define PROFILE_SERVER              0x40000000
+#define CREATE_PROTECTED_PROCESS    0x00040000
+#define CREATE_PRESERVE_CODE_AUTHZ_LEVEL 0x02000000
+#define CREATE_SECURE_PROCESS       0x00400000
+#define EXTENDED_STARTUPINFO_PRESENT 0x00080000
+#define INHERIT_PARENT_AFFINITY     0x00010000
 
 
 /* File object type definitions
-- 
2.21.0




More information about the wine-devel mailing list