Commit 4885bdda authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dinput: Add a description to the dinput worker thread.

parent c43d3964
......@@ -363,6 +363,8 @@ static DWORD WINAPI dinput_thread_proc( void *params )
DWORD ret;
MSG msg;
SetThreadDescription( GetCurrentThread(), L"wine_dinput_worker" );
di_em_win = CreateWindowW( L"DIEmWin", L"DIEmWin", 0, 0, 0, 0, 0, HWND_MESSAGE, 0, DINPUT_instance, NULL );
input_thread_state = &state;
SetEvent( start_event );
......
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