Commit f6060557 authored by Mikolaj Zalewski's avatar Mikolaj Zalewski Committed by Alexandre Julliard

include: Fix the definition of VALID_INHERIT_FLAGS.

parent 74bc7c09
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment