Removed some of the SECURITY_xxx types.

This commit is contained in:
François Gouget 2000-12-19 02:09:23 +00:00 committed by Alexandre Julliard
parent c3cd6b55ca
commit 174664a251
1 changed files with 1 additions and 5 deletions

View File

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