* include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
previous definition in include/ntsecapi.h. * include/ntsecapi.h: Vice versa.
This commit is contained in:
@ -251,6 +251,7 @@ typedef struct _LSA_ENUMERATION_INFORMATION {
|
||||
PSID Sid;
|
||||
} LSA_ENUMERATION_INFORMATION, *PLSA_ENUMERATION_INFORMATION;
|
||||
typedef ULONG LSA_OPERATIONAL_MODE, *PLSA_OPERATIONAL_MODE;
|
||||
#if !defined(_NTDEF_H)
|
||||
typedef struct _LSA_OBJECT_ATTRIBUTES {
|
||||
ULONG Length;
|
||||
HANDLE RootDirectory;
|
||||
@ -259,6 +260,7 @@ typedef struct _LSA_OBJECT_ATTRIBUTES {
|
||||
PVOID SecurityDescriptor;
|
||||
PVOID SecurityQualityOfService;
|
||||
} OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;
|
||||
#endif
|
||||
typedef OBJECT_ATTRIBUTES LSA_OBJECT_ATTRIBUTES, *PLSA_OBJECT_ATTRIBUTES;
|
||||
typedef struct _LSA_TRUST_INFORMATION {
|
||||
LSA_UNICODE_STRING Name;
|
||||
|
Reference in New Issue
Block a user