mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[PSDK]
- add TrustedDomainAuthInformationInternal and TrustedDomainFullInformationInternalFix to _TRUSTED_INFORMATION_CLASS. Fixes build svn path=/trunk/; revision=49415
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user