Removed some of the SECURITY_xxx types.
This commit is contained in:
parent
c3cd6b55ca
commit
174664a251
|
@ -215,11 +215,7 @@ typedef struct _ACL {
|
|||
WORD Sbz2;
|
||||
} ACL, *PACL;
|
||||
|
||||
typedef DWORD SECURITY_INFORMATION;
|
||||
typedef WORD SECURITY_DESCRIPTOR_CONTROL, *PSECURITY_DESCRIPTOR_CONTROL;
|
||||
typedef DWORD ACCESS_MASK, *PACCESS_MASK;
|
||||
|
||||
typedef PVOID PGENERIC_MAPPING;
|
||||
typedef USHORT SECURITY_DESCRIPTOR_CONTROL, *PSECURITY_DESCRIPTOR_CONTROL;
|
||||
|
||||
/* The security descriptor structure */
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue