Rob Shearman : include: Remove duplicate ACL_REVISION1 and ACL_REVISION2 defines in winnt.h.

Alexandre Julliard julliard at winehq.org
Tue Oct 23 13:14:42 CDT 2007


Module: wine
Branch: master
Commit: 2c742a38c49cbc70e9560afe36faba99ba35f7bf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2c742a38c49cbc70e9560afe36faba99ba35f7bf

Author: Rob Shearman <rob at codeweavers.com>
Date:   Tue Oct 23 15:19:07 2007 +0100

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.

---

 include/winnt.h |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index aecc2af..cd81087 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -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;




More information about the wine-cvs mailing list