Commit 29d8c382 authored by Connor McAdams's avatar Connor McAdams Committed by Alexandre Julliard

uiautomationcore: Remove accidentally leftover FIXME.

The MSAA to UIA event bridge is now partially implemented. Signed-off-by: 's avatarConnor McAdams <cmcadams@codeweavers.com>
parent 231dd330
......@@ -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);
......
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