mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
Removed some of the SECURITY_xxx types.
This commit is contained in:
parent
c3cd6b55ca
commit
174664a251
1 changed files with 1 additions and 5 deletions
|
@ -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 a new issue