[PATCH 0/1] MR2370: wow64: fix missing conversion of ThreadWineNativeThreadName in wow64_NtSetInformationThread
11 Mar
2023
11 Mar
'23
12:56 a.m.
11 Mar
11 Mar
12:56 a.m.
New subject: [PATCH 1/1] wow64: fix missing conversion of ThreadWineNativeThreadName in wow64_NtSetInformationThread
From: Fan WenJie <fanwj(a)mail.ustc.edu.cn> --- dlls/wow64/process.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/wow64/process.c b/dlls/wow64/process.c index 2a14ef4cc3c..48e5ad57228 100644 --- a/dlls/wow64/process.c +++ b/dlls/wow64/process.c @@ -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; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2370
1013
Age (days ago)
1013
Last active (days ago)
1 comments
2 participants
participants (2)
-
Fan WenJie -
Fan WenJie (@fanwenjie)