Commit d3416d90 authored by Brendan Shanks's avatar Brendan Shanks Committed by Alexandre Julliard

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

parent b40ddf42
......@@ -1894,7 +1894,10 @@ typedef enum _THREADINFOCLASS {
ThreadManageWritesToExecutableMemory,
ThreadPowerThrottlingState,
ThreadWorkloadClass,
MaxThreadInfoClass
MaxThreadInfoClass,
#ifdef __WINESRC__
ThreadWineNativeThreadName = 1000,
#endif
} THREADINFOCLASS;
typedef struct _THREAD_BASIC_INFORMATION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment