uiautomationcore: Don't return failure from ::get_FragmentRoot stub on the default BaseHwnd provider.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
This commit is contained in:
parent
362ea302b9
commit
4863992e84
1 changed files with 1 additions and 1 deletions
|
@ -1897,7 +1897,7 @@ static HRESULT WINAPI base_hwnd_fragment_get_FragmentRoot(IRawElementProviderFra
|
|||
{
|
||||
FIXME("%p, %p: stub!\n", iface, ret_val);
|
||||
*ret_val = NULL;
|
||||
return E_NOTIMPL;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static const IRawElementProviderFragmentVtbl base_hwnd_fragment_vtbl = {
|
||||
|
|
Loading…
Add table
Reference in a new issue