mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[INCLUDE]
Fix the value of the INHERITED_ACE flag. It is either 16 or 0x10 but never 10. svn path=/trunk/; revision=61423
This commit is contained in:
parent
1fce6b4441
commit
06cf1802b7
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ extern "C++" { \
|
|||
#define CONTAINER_INHERIT_ACE 2
|
||||
#define NO_PROPAGATE_INHERIT_ACE 4
|
||||
#define INHERIT_ONLY_ACE 8
|
||||
#define INHERITED_ACE 10
|
||||
#define INHERITED_ACE 16
|
||||
#define VALID_INHERIT_FLAGS 0x1F
|
||||
#define SUCCESSFUL_ACCESS_ACE_FLAG 64
|
||||
#define FAILED_ACCESS_ACE_FLAG 128
|
||||
|
|
Loading…
Reference in a new issue