From 12584f6952e17fe9bbe5e66b0e6c906f0f20e7b6 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Wed, 8 Apr 2020 11:55:46 +0800 Subject: [PATCH] include/winnt.h: Update ACE types list. Signed-off-by: Dmitry Timoshkov Signed-off-by: Alexandre Julliard --- include/winnt.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/winnt.h b/include/winnt.h index 7a5b8aafc19..a948ad001a8 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -5080,7 +5080,10 @@ typedef struct _ACE_HEADER { #define SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE 0xf #define SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE 0x10 #define SYSTEM_MANDATORY_LABEL_ACE_TYPE 0x11 -#define ACCESS_MAX_MS_V5_ACE_TYPE 0x11 +#define SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE 0x12 +#define SYSTEM_SCOPED_POLICY_ID_ACE_TYPE 0x13 +#define SYSTEM_PROCESS_TRUST_LABEL_ACE_TYPE 0x14 +#define ACCESS_MAX_MS_V5_ACE_TYPE 0x14 /* inherit AceFlags */ #define OBJECT_INHERIT_ACE 0x01