mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[PSDK]
- add TrustedDomainAuthInformationInternal and TrustedDomainFullInformationInternalFix to _TRUSTED_INFORMATION_CLASS. Fixes build svn path=/trunk/; revision=49415
This commit is contained in:
parent
531b4e5a24
commit
a6e4c15192
1 changed files with 3 additions and 1 deletions
|
@ -318,7 +318,9 @@ typedef enum _TRUSTED_INFORMATION_CLASS {
|
|||
TrustedDomainInformationBasic,
|
||||
TrustedDomainInformationEx,
|
||||
TrustedDomainAuthInformation,
|
||||
TrustedDomainFullInformation
|
||||
TrustedDomainFullInformation,
|
||||
TrustedDomainAuthInformationInternal,
|
||||
TrustedDomainFullInformationInternal
|
||||
} TRUSTED_INFORMATION_CLASS, *PTRUSTED_INFORMATION_CLASS;
|
||||
typedef enum _LSA_FOREST_TRUST_RECORD_TYPE {
|
||||
ForestTrustTopLevelName,
|
||||
|
|
Loading…
Reference in a new issue