23 Jan
2023
23 Jan
'23
11:17 a.m.
On Mon Jan 23 01:29:01 2023 +0000, Jinoh Kang wrote:
You're overwriting failure HRESULT from `async_action_create` with `COR_E_INVALIDOPERATION`. Getting this correct is a bit tricky tbh. How about
else if (SUCCEEDED(hr))
hr = COR_E_INVALIDOPERATION;
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1948#note_21377