Commit 2b85d7e2 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

explorerframe: Return S_OK in ITaskbarList::RegisterTab.

parent f332f2e4
......@@ -161,7 +161,7 @@ static HRESULT STDMETHODCALLTYPE taskbar_list_RegisterTab(ITaskbarList4 *iface,
{
FIXME("iface %p, hwndTab %p, hwndMDI %p stub!\n", iface, hwndTab, hwndMDI);
return E_NOTIMPL;
return S_OK;
}
static HRESULT STDMETHODCALLTYPE taskbar_list_UnregisterTab(ITaskbarList4 *iface, HWND hwndTab)
......
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