Robert Reif : winnt.h: Add some more RIDs.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 7 07:13:03 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 1b2b2bd78e02135024c726651b163eee713ded6b
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=1b2b2bd78e02135024c726651b163eee713ded6b

Author: Robert Reif <reif at earthlink.net>
Date:   Sat Aug  5 15:54:14 2006 -0400

winnt.h: Add some more RIDs.

---

 include/winnt.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index f212ddd..05e0276 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -3369,6 +3369,12 @@ #define DOMAIN_USER_RID_MAX             
 #define DOMAIN_GROUP_RID_ADMINS                 0x00000200L
 #define DOMAIN_GROUP_RID_USERS                  0x00000201L
 #define DOMAIN_GROUP_RID_GUESTS                 0x00000202L
+#define DOMAIN_GROUP_RID_COMPUTERS              0x00000203L
+#define DOMAIN_GROUP_RID_CONTROLLERS            0x00000204L
+#define DOMAIN_GROUP_RID_CERT_ADMINS            0x00000205L
+#define DOMAIN_GROUP_RID_SCHEMA_ADMINS          0x00000206L
+#define DOMAIN_GROUP_RID_ENTERPRISE_ADMINS      0x00000207L
+#define DOMAIN_GROUP_RID_POLICY_ADMINS          0x00000208L
 
 #define DOMAIN_ALIAS_RID_ADMINS                 0x00000220L
 #define DOMAIN_ALIAS_RID_USERS                  0x00000221L




More information about the wine-cvs mailing list