mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:26:00 +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,
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue