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

windows.gaming.input: Add a description to the monitor thread.

parent 4885bdda
......@@ -116,6 +116,8 @@ static DWORD WINAPI monitor_thread_proc( void *param )
HWND hwnd;
MSG msg;
SetThreadDescription( GetCurrentThread(), L"wine_wginput_worker" );
GetModuleHandleExW( GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, (void *)windows_gaming_input, &module );
RegisterClassExW( &wndclass );
hwnd = CreateWindowExW( 0, wndclass.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