Author: jgardou
Date: Mon Nov 1 20:55:11 2010
New Revision: 49415
URL:
http://svn.reactos.org/svn/reactos?rev=49415&view=rev
Log:
[PSDK]
- add TrustedDomainAuthInformationInternal and TrustedDomainFullInformationInternalFix
to _TRUSTED_INFORMATION_CLASS.
Fixes build
Modified:
trunk/reactos/include/psdk/ntsecapi.h
Modified: trunk/reactos/include/psdk/ntsecapi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntsecapi.h?re…
==============================================================================
--- trunk/reactos/include/psdk/ntsecapi.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/ntsecapi.h [iso-8859-1] Mon Nov 1 20:55:11 2010
@@ -318,7 +318,9 @@
TrustedDomainInformationBasic,
TrustedDomainInformationEx,
TrustedDomainAuthInformation,
- TrustedDomainFullInformation
+ TrustedDomainFullInformation,
+ TrustedDomainAuthInformationInternal,
+ TrustedDomainFullInformationInternal
} TRUSTED_INFORMATION_CLASS, *PTRUSTED_INFORMATION_CLASS;
typedef enum _LSA_FOREST_TRUST_RECORD_TYPE {
ForestTrustTopLevelName,