From: Jérôme Gardou Date: Mon, 1 Nov 2010 20:55:11 +0000 (+0000) Subject: [PSDK] X-Git-Tag: backups/baikalnet@57446~34 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=a6e4c15192741b2f2cf9b261dcc08bb4edecafd2;ds=sidebyside [PSDK] - add TrustedDomainAuthInformationInternal and TrustedDomainFullInformationInternalFix to _TRUSTED_INFORMATION_CLASS. Fixes build svn path=/trunk/; revision=49415 --- diff --git a/reactos/include/psdk/ntsecapi.h b/reactos/include/psdk/ntsecapi.h index 7aaf903ec56..27127a29106 100644 --- a/reactos/include/psdk/ntsecapi.h +++ b/reactos/include/psdk/ntsecapi.h @@ -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,