include: Fix the definition of VALID_INHERIT_FLAGS.

This commit is contained in:
Mikolaj Zalewski 2007-09-25 11:38:23 -07:00 committed by Alexandre Julliard
parent 74bc7c091f
commit f606055740
1 changed files with 1 additions and 1 deletions

View File

@ -3917,7 +3917,7 @@ typedef struct _ACE_HEADER {
#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