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, SystemProcessorPowerInformation,
SystemEmulationBasicInformation, SystemEmulationBasicInformation,
SystemEmulationProcessorInformation, SystemEmulationProcessorInformation,
#ifdef __REACTOS__
SystemExtendedHandleInformation,
#else // Typo!
SystemExtendedHanfleInformation, SystemExtendedHanfleInformation,
#endif
SystemLostDelayedWriteInformation, SystemLostDelayedWriteInformation,
SystemBigPoolInformation, SystemBigPoolInformation,
SystemSessionPoolTagInformation, SystemSessionPoolTagInformation,

View file

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