Commit 2c742a38 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

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.
parent 6b081232
......@@ -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;
......
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