From 6e362ea0892b29d95a00ef5f43a77ba307876730 Mon Sep 17 00:00:00 2001 From: Mikolaj Zalewski Date: Tue, 25 Sep 2007 11:38:23 -0700 Subject: [PATCH] include: fix the definition of VALID_INHERIT_FLAGS --- include/winnt.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/winnt.h b/include/winnt.h index 63b1936..aecc2af 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -3917,7 +3917,7 @@ #define CONTAINER_INHERIT_ACE 0x02 #define NO_PROPAGATE_INHERIT_ACE 0x04 #define INHERIT_ONLY_ACE 0x08 #define INHERITED_ACE 0x10 -#define VALID_INHERIT_FLAGS 0x0F +#define VALID_INHERIT_FLAGS 0x1F /* AceFlags mask for what events we (should) audit */ #define SUCCESSFUL_ACCESS_ACE_FLAG 0x40 -- 1.4.1