winnt.h: Add missing define.

oldstable
Robert Reif 2006-08-03 08:02:21 -04:00 committed by Alexandre Julliard
parent c0c525d458
commit fc7f5b3364
1 changed files with 1 additions and 0 deletions

View File

@ -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;