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