mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +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:
parent
2725eb9e0b
commit
c986fba6d1
2 changed files with 5 additions and 1 deletions
|
@ -93,7 +93,11 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
|
||||||
SystemProcessorPowerInformation,
|
SystemProcessorPowerInformation,
|
||||||
SystemEmulationBasicInformation,
|
SystemEmulationBasicInformation,
|
||||||
SystemEmulationProcessorInformation,
|
SystemEmulationProcessorInformation,
|
||||||
|
#ifdef __REACTOS__
|
||||||
|
SystemExtendedHandleInformation,
|
||||||
|
#else // Typo!
|
||||||
SystemExtendedHanfleInformation,
|
SystemExtendedHanfleInformation,
|
||||||
|
#endif
|
||||||
SystemLostDelayedWriteInformation,
|
SystemLostDelayedWriteInformation,
|
||||||
SystemBigPoolInformation,
|
SystemBigPoolInformation,
|
||||||
SystemSessionPoolTagInformation,
|
SystemSessionPoolTagInformation,
|
||||||
|
|
|
@ -278,7 +278,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS
|
||||||
SystemProcessorPowerInformation,
|
SystemProcessorPowerInformation,
|
||||||
SystemEmulationBasicInformation,
|
SystemEmulationBasicInformation,
|
||||||
SystemEmulationProcessorInformation,
|
SystemEmulationProcessorInformation,
|
||||||
SystemExtendedHanfleInformation,
|
SystemExtendedHandleInformation,
|
||||||
SystemLostDelayedWriteInformation,
|
SystemLostDelayedWriteInformation,
|
||||||
SystemBigPoolInformation,
|
SystemBigPoolInformation,
|
||||||
SystemSessionPoolTagInformation,
|
SystemSessionPoolTagInformation,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue