svn path=/trunk/; revision=72536
This commit is contained in:
Hermès Bélusca-Maïto 2016-09-02 21:09:56 +00:00
parent 2725eb9e0b
commit c986fba6d1
2 changed files with 5 additions and 1 deletions

View file

@ -93,7 +93,11 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
SystemProcessorPowerInformation,
SystemEmulationBasicInformation,
SystemEmulationProcessorInformation,
#ifdef __REACTOS__
SystemExtendedHandleInformation,
#else // Typo!
SystemExtendedHanfleInformation,
#endif
SystemLostDelayedWriteInformation,
SystemBigPoolInformation,
SystemSessionPoolTagInformation,

View file

@ -278,7 +278,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS
SystemProcessorPowerInformation,
SystemEmulationBasicInformation,
SystemEmulationProcessorInformation,
SystemExtendedHanfleInformation,
SystemExtendedHandleInformation,
SystemLostDelayedWriteInformation,
SystemBigPoolInformation,
SystemSessionPoolTagInformation,