explorerframe: Return success from ThumbBarSetImageList().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2019-11-28 09:09:32 +03:00 committed by Alexandre Julliard
parent ec8c949901
commit 27eee2d9ac
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ static HRESULT STDMETHODCALLTYPE taskbar_list_ThumbBarSetImageList(ITaskbarList4
{
FIXME("iface %p, hwnd %p, himl %p stub!\n", iface, hwnd, himl);
return E_NOTIMPL;
return S_OK;
}
static HRESULT STDMETHODCALLTYPE taskbar_list_SetOverlayIcon(ITaskbarList4 *iface,