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

uiautomationcore: Remove accidentally leftover FIXME.

The MSAA to UIA event bridge is now partially implemented.

Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
This commit is contained in:
Connor McAdams 2023-10-19 07:27:19 -04:00 committed by Alexandre Julliard
parent 231dd330cf
commit 29d8c3828f

View file

@ -1909,7 +1909,6 @@ static HRESULT WINAPI uia_provider_attach_event(IWineUiaProvider *iface, LONG_PT
if (!prov->return_nested_node && SUCCEEDED(IRawElementProviderFragmentRoot_QueryInterface(elroot,
&IID_IProxyProviderWinEventHandler, (void **)&winevent_handler)))
{
FIXME("MSAA to UIA event bridge currently unimplemented\n");
hr = uia_event_add_win_event_hwnd(event, prov->hwnd);
if (FAILED(hr))
WARN("Failed to add hwnd for win_event, hr %#lx\n", hr);