1 Nov
2022
1 Nov
'22
6:07 p.m.
From: Brendan Shanks <bshanks(a)codeweavers.com> --- include/winternl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/winternl.h b/include/winternl.h index c64ff0f9082..26e61463f35 100644 --- a/include/winternl.h +++ b/include/winternl.h @@ -1894,7 +1894,10 @@ typedef enum _THREADINFOCLASS { ThreadManageWritesToExecutableMemory, ThreadPowerThrottlingState, ThreadWorkloadClass, - MaxThreadInfoClass + MaxThreadInfoClass, +#ifdef __WINESRC__ + ThreadWineNativeThreadName = 1000, +#endif } THREADINFOCLASS; typedef struct _THREAD_BASIC_INFORMATION -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1205