From c986fba6d1bfd083594ed1fae52afa36deead478 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 2 Sep 2016 21:09:56 +0000 Subject: [PATCH] [NDK][UNIATA]: Fix typo. See https://github.com/subTee/native-nt-toolkit/issues/2 . svn path=/trunk/; revision=72536 --- reactos/drivers/storage/ide/uniata/ntddk_ex.h | 4 ++++ reactos/sdk/include/ndk/extypes.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/reactos/drivers/storage/ide/uniata/ntddk_ex.h b/reactos/drivers/storage/ide/uniata/ntddk_ex.h index 1c74fca7f21..6949845b4c0 100644 --- a/reactos/drivers/storage/ide/uniata/ntddk_ex.h +++ b/reactos/drivers/storage/ide/uniata/ntddk_ex.h @@ -93,7 +93,11 @@ typedef enum _SYSTEM_INFORMATION_CLASS { SystemProcessorPowerInformation, SystemEmulationBasicInformation, SystemEmulationProcessorInformation, +#ifdef __REACTOS__ + SystemExtendedHandleInformation, +#else // Typo! SystemExtendedHanfleInformation, +#endif SystemLostDelayedWriteInformation, SystemBigPoolInformation, SystemSessionPoolTagInformation, diff --git a/reactos/sdk/include/ndk/extypes.h b/reactos/sdk/include/ndk/extypes.h index 0833f32f78b..c2478c96123 100644 --- a/reactos/sdk/include/ndk/extypes.h +++ b/reactos/sdk/include/ndk/extypes.h @@ -278,7 +278,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS SystemProcessorPowerInformation, SystemEmulationBasicInformation, SystemEmulationProcessorInformation, - SystemExtendedHanfleInformation, + SystemExtendedHandleInformation, SystemLostDelayedWriteInformation, SystemBigPoolInformation, SystemSessionPoolTagInformation, -- 2.17.1