1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

dinput: Add a description to the dinput worker thread.

This commit is contained in:
Rémi Bernon 2023-02-22 16:08:46 +01:00 committed by Alexandre Julliard
parent c43d3964e3
commit 4885bdda95

View file

@ -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 );