Francois Gouget : ntdll: Fix the spelling of SystemPrioritySeparation.

Alexandre Julliard julliard at winehq.org
Tue Feb 15 16:07:19 CST 2022


Module: wine
Branch: master
Commit: fae276c44a921a6107fddd458e7ed0f45f1d0336
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=fae276c44a921a6107fddd458e7ed0f45f1d0336

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Feb 15 03:34:59 2022 +0100

ntdll: Fix the spelling of SystemPrioritySeparation.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at 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,




More information about the wine-cvs mailing list