* 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

@ -1,4 +1,9 @@
Wed May 17 17:12:00 2001 Corinna Vinschen <corinna@vinschen.de>
Thu May 17 23:12:00 2001 Corinna Vinschen <corinna@vinschen.de>
* include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
compiler warnings.
Thu May 17 17:12:00 2001 Corinna Vinschen <corinna@vinschen.de>
* include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
previous definition in include/ntsecapi.h.

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