Module: wine Branch: refs/heads/master Commit: 1b2b2bd78e02135024c726651b163eee713ded6b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1b2b2bd78e02135024c72665...
Author: Robert Reif reif@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