https://git.reactos.org/?p=reactos.git;a=commitdiff;h=48870fe35ebe26701517d5...
commit 48870fe35ebe26701517d59b3cd94bc3e967dd26 Author: Thomas Faber thomas.faber@reactos.org AuthorDate: Wed Mar 13 12:35:49 2019 +0100 Commit: Thomas Faber thomas.faber@reactos.org CommitDate: Thu Mar 14 13:16:41 2019 +0100
[UNIATA] Remove an unnecessary ROS-diff. --- drivers/storage/ide/uniata/ntddk_ex.h | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/drivers/storage/ide/uniata/ntddk_ex.h b/drivers/storage/ide/uniata/ntddk_ex.h index 6949845b4c..1c74fca7f2 100644 --- a/drivers/storage/ide/uniata/ntddk_ex.h +++ b/drivers/storage/ide/uniata/ntddk_ex.h @@ -93,11 +93,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS { SystemProcessorPowerInformation, SystemEmulationBasicInformation, SystemEmulationProcessorInformation, -#ifdef __REACTOS__ - SystemExtendedHandleInformation, -#else // Typo! SystemExtendedHanfleInformation, -#endif SystemLostDelayedWriteInformation, SystemBigPoolInformation, SystemSessionPoolTagInformation,