From a6e4c15192741b2f2cf9b261dcc08bb4edecafd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Mon, 1 Nov 2010 20:55:11 +0000 Subject: [PATCH] [PSDK] - add TrustedDomainAuthInformationInternal and TrustedDomainFullInformationInternalFix to _TRUSTED_INFORMATION_CLASS. Fixes build svn path=/trunk/; revision=49415 --- reactos/include/psdk/ntsecapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,