Brendan Shanks : ntdll: Rename THREAD_DESCRIPTION_INFORMATION to THREAD_NAME_INFORMATION.
Module: wine Branch: master Commit: e7afddd2c10312d8c6c5e74735b46b614ff96b39 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e7afddd2c10312d8c6c5e7473... Author: Brendan Shanks <bshanks(a)codeweavers.com> Date: Thu Dec 2 09:19:08 2021 -0800 ntdll: Rename THREAD_DESCRIPTION_INFORMATION to THREAD_NAME_INFORMATION. Signed-off-by: Brendan Shanks <bshanks(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernel32/tests/thread.c | 30 +++++++++++++++--------------- dlls/kernelbase/thread.c | 16 ++++++++-------- dlls/ntdll/unix/thread.c | 14 +++++++------- dlls/wow64/process.c | 24 ++++++++++++------------ dlls/wow64/struct32.h | 4 ++-- include/winternl.h | 6 +++--- 6 files changed, 47 insertions(+), 47 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e7afddd2c10312d8c6c5e...
participants (1)
-
Alexandre Julliard