winnt.h: Add missing define.
This commit is contained in:
parent
c0c525d458
commit
fc7f5b3364
|
@ -3265,6 +3265,7 @@ typedef struct _ACL_SIZE_INFORMATION
|
|||
#define SE_SACL_AUTO_INHERITED 0x00000800
|
||||
#define SE_DACL_PROTECTED 0x00001000
|
||||
#define SE_SACL_PROTECTED 0x00002000
|
||||
#define SE_RM_CONTROL_VALID 0x00004000
|
||||
#define SE_SELF_RELATIVE 0x00008000
|
||||
|
||||
typedef DWORD SECURITY_INFORMATION, *PSECURITY_INFORMATION;
|
||||
|
|
Loading…
Reference in New Issue