Module: wine Branch: master Commit: fae276c44a921a6107fddd458e7ed0f45f1d0336 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fae276c44a921a6107fddd458...
Author: Francois Gouget fgouget@free.fr Date: Tue Feb 15 03:34:59 2022 +0100
ntdll: Fix the spelling of SystemPrioritySeparation.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/winternl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/winternl.h b/include/winternl.h index 5be28856920..81fd5f45665 100644 --- a/include/winternl.h +++ b/include/winternl.h @@ -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,