ntdll: Add a Wine-specific THREADINFOCLASS to set just the native thread name.

This commit is contained in:
Brendan Shanks 2021-12-07 15:42:02 -08:00 committed by Alexandre Julliard
parent b40ddf4237
commit d3416d9081

View file

@ -1894,7 +1894,10 @@ typedef enum _THREADINFOCLASS {
ThreadManageWritesToExecutableMemory,
ThreadPowerThrottlingState,
ThreadWorkloadClass,
MaxThreadInfoClass
MaxThreadInfoClass,
#ifdef __WINESRC__
ThreadWineNativeThreadName = 1000,
#endif
} THREADINFOCLASS;
typedef struct _THREAD_BASIC_INFORMATION