* include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid

compiler warnings.
This commit is contained in:
Corinna Vinschen
2001-05-17 21:13:10 +00:00
parent a69eb9099b
commit f6b52c79f5
2 changed files with 7 additions and 2 deletions

View File

@ -330,7 +330,7 @@ typedef BYTE BOOLEAN,*PBOOLEAN;
#define SE_GROUP_ENABLED 4
#define SE_GROUP_OWNER 8
#define SE_GROUP_USE_FOR_DENY_ONLY 16
#define SE_GROUP_LOGON_ID 3221225472
#define SE_GROUP_LOGON_ID 3221225472U
#define SE_GROUP_RESOURCE 536870912
#define LANG_NEUTRAL 0x00
#define LANG_ARABIC 0x01