Author: hbelusca Date: Fri Sep 2 21:09:56 2016 New Revision: 72536
URL: http://svn.reactos.org/svn/reactos?rev=72536&view=rev Log: [NDK][UNIATA]: Fix typo. See https://github.com/subTee/native-nt-toolkit/issues/2 .
Modified: trunk/reactos/drivers/storage/ide/uniata/ntddk_ex.h trunk/reactos/sdk/include/ndk/extypes.h
Modified: trunk/reactos/drivers/storage/ide/uniata/ntddk_ex.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/uniata/... ============================================================================== --- trunk/reactos/drivers/storage/ide/uniata/ntddk_ex.h [iso-8859-1] (original) +++ trunk/reactos/drivers/storage/ide/uniata/ntddk_ex.h [iso-8859-1] Fri Sep 2 21:09:56 2016 @@ -93,7 +93,11 @@ SystemProcessorPowerInformation, SystemEmulationBasicInformation, SystemEmulationProcessorInformation, +#ifdef __REACTOS__ + SystemExtendedHandleInformation, +#else // Typo! SystemExtendedHanfleInformation, +#endif SystemLostDelayedWriteInformation, SystemBigPoolInformation, SystemSessionPoolTagInformation,
Modified: trunk/reactos/sdk/include/ndk/extypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/ndk/extypes.h?r... ============================================================================== --- trunk/reactos/sdk/include/ndk/extypes.h [iso-8859-1] (original) +++ trunk/reactos/sdk/include/ndk/extypes.h [iso-8859-1] Fri Sep 2 21:09:56 2016 @@ -278,7 +278,7 @@ SystemProcessorPowerInformation, SystemEmulationBasicInformation, SystemEmulationProcessorInformation, - SystemExtendedHanfleInformation, + SystemExtendedHandleInformation, SystemLostDelayedWriteInformation, SystemBigPoolInformation, SystemSessionPoolTagInformation,