8 Jul
2025
8 Jul
'25
11:06 a.m.
On Tue Jul 8 11:06:47 2025 +0000, Rémi Bernon wrote:
```suggestion:-11+0 hr = device_query_context_create( &ctx, type, flags, callback, user_data ); if (FAILED(hr)) return hr; device_query_context_addref( ctx ); if (!TrySubmitThreadpoolCallback( device_query_enum_objects_async, ctx, NULL )) hr = HRESULT_FROM_WIN32( GetLastError() ); if (FAILED(hr)) { device_query_context_release( ctx ); ctx = NULL; } ```
Done, thanks. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8478#note_109097