* include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
compiler warnings.
This commit is contained in:
parent
a69eb9099b
commit
f6b52c79f5
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue