Commit 67f992c8 authored by Fan WenJie's avatar Fan WenJie Committed by Alexandre Julliard

wow64: Fix missing conversion of ThreadWineNativeThreadName in wow64_NtSetInformationThread.

parent 98027dd6
......@@ -957,6 +957,7 @@ NTSTATUS WINAPI wow64_NtSetInformationThread( UINT *args )
else return STATUS_INVALID_PARAMETER;
case ThreadNameInformation: /* THREAD_NAME_INFORMATION */
case ThreadWineNativeThreadName:
if (len == sizeof(THREAD_NAME_INFORMATION32))
{
THREAD_NAME_INFORMATION32 *info32 = ptr;
......
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