explorerframe: Return success from ThumbBarSetImageList().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 27eee2d9ac)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Nikolay Sivov 2019-11-28 09:09:32 +03:00 committed by Michael Stefaniuc
parent 08f0db251e
commit ccb9b6bbe8
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,