Commit 480da372 authored by Brendan Shanks's avatar Brendan Shanks Committed by Alexandre Julliard

xinput1_3: Set thread name for hid_update_thread_proc.

parent 4277b47f
......@@ -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);
......
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