mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[NDK][UNIATA]: Fix typo. See https://github.com/subTee/native-nt-toolkit/issues/2 .
svn path=/trunk/; revision=72536
This commit is contained in:
@@ -93,7 +93,11 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
|
||||
SystemProcessorPowerInformation,
|
||||
SystemEmulationBasicInformation,
|
||||
SystemEmulationProcessorInformation,
|
||||
#ifdef __REACTOS__
|
||||
SystemExtendedHandleInformation,
|
||||
#else // Typo!
|
||||
SystemExtendedHanfleInformation,
|
||||
#endif
|
||||
SystemLostDelayedWriteInformation,
|
||||
SystemBigPoolInformation,
|
||||
SystemSessionPoolTagInformation,
|
||||
|
||||
@@ -278,7 +278,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS
|
||||
SystemProcessorPowerInformation,
|
||||
SystemEmulationBasicInformation,
|
||||
SystemEmulationProcessorInformation,
|
||||
SystemExtendedHanfleInformation,
|
||||
SystemExtendedHandleInformation,
|
||||
SystemLostDelayedWriteInformation,
|
||||
SystemBigPoolInformation,
|
||||
SystemSessionPoolTagInformation,
|
||||
|
||||
Reference in New Issue
Block a user