include: Remove duplicate ACL_REVISION1 and ACL_REVISION2 defines in winnt.h.
Move the remaining ACL_REVISION define nearer to the other ACL revision defines.
This commit is contained in:
parent
6b081232b9
commit
2c742a38c4
|
@ -3400,6 +3400,8 @@ typedef struct _SID {
|
|||
#define MIN_ACL_REVISION ACL_REVISION2
|
||||
#define MAX_ACL_REVISION ACL_REVISION4
|
||||
|
||||
#define ACL_REVISION 2
|
||||
|
||||
typedef struct _ACL {
|
||||
BYTE AclRevision;
|
||||
BYTE Sbz1;
|
||||
|
@ -3893,11 +3895,6 @@ typedef struct _TOKEN_STATISTICS {
|
|||
* ACLs of NT
|
||||
*/
|
||||
|
||||
#define ACL_REVISION 2
|
||||
|
||||
#define ACL_REVISION1 1
|
||||
#define ACL_REVISION2 2
|
||||
|
||||
/* ACEs, directly starting after an ACL */
|
||||
typedef struct _ACE_HEADER {
|
||||
BYTE AceType;
|
||||
|
|
Loading…
Reference in New Issue