Brendan Shanks : include: Update the THREADINFOCLASS enumeration.

Alexandre Julliard julliard at winehq.org
Thu Dec 2 15:30:17 CST 2021


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

Author: Brendan Shanks <bshanks at codeweavers.com>
Date:   Thu Dec  2 09:19:07 2021 -0800

include: Update the THREADINFOCLASS enumeration.

Signed-off-by: Brendan Shanks <bshanks at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winternl.h | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/include/winternl.h b/include/winternl.h
index 73315a0b323..76570246e48 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -1869,8 +1869,23 @@ typedef enum _THREADINFOCLASS {
     ThreadUmsInformation,
     ThreadCounterProfiling,
     ThreadIdealProcessorEx,
-    ThreadSuspendCount = 35,
-    ThreadNameInformation = 38,
+    ThreadCpuAccountingInformation,
+    ThreadSuspendCount,
+    ThreadHeterogeneousCpuPolicy,
+    ThreadContainerId,
+    ThreadNameInformation,
+    ThreadSelectedCpuSets,
+    ThreadSystemThreadInformation,
+    ThreadActualGroupAffinity,
+    ThreadDynamicCodePolicyInfo,
+    ThreadExplicitCaseSensitivity,
+    ThreadWorkOnBehalfTicket,
+    ThreadSubsystemInformation,
+    ThreadDbgkWerReportActive,
+    ThreadAttachContainer,
+    ThreadManageWritesToExecutableMemory,
+    ThreadPowerThrottlingState,
+    ThreadWorkloadClass,
     MaxThreadInfoClass
 } THREADINFOCLASS;
 




More information about the wine-cvs mailing list