1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

xinput1_3: Set thread name for hid_update_thread_proc.

This commit is contained in:
Brendan Shanks 2022-10-18 11:01:34 -07:00 committed by Alexandre Julliard
parent 4277b47f3e
commit 480da372b2

View File

@ -707,6 +707,8 @@ static DWORD WINAPI hid_update_thread_proc(void *param)
HWND hwnd;
MSG msg;
SetThreadDescription(GetCurrentThread(), L"wine_xinput_hid_update");
RegisterClassExW(&cls);
hwnd = CreateWindowExW(0, cls.lpszClassName, NULL, 0, 0, 0, 0, 0,
HWND_MESSAGE, NULL, NULL, NULL);