ntdll: Fix the spelling of SystemPrioritySeparation.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
57c58c46bb
commit
fae276c44a
|
@ -1624,7 +1624,7 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
|
|||
SystemContextSwitchInformation = 36,
|
||||
SystemRegistryQuotaInformation = 37,
|
||||
SystemExtendServiceTableInformation = 38,
|
||||
SystemPrioritySeperation = 39,
|
||||
SystemPrioritySeparation = 39,
|
||||
SystemVerifierAddDriverInformation = 40,
|
||||
SystemVerifierRemoveDriverInformation = 41,
|
||||
SystemProcessorIdleInformation = 42,
|
||||
|
|
Loading…
Reference in New Issue