explorerframe: Return S_OK in ITaskbarList::SetOverlayIcon.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49322
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Louis Lenders 2020-06-05 13:33:57 +02:00 committed by Alexandre Julliard
parent f0e9cf1145
commit acc96fadd1
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ static HRESULT STDMETHODCALLTYPE taskbar_list_SetOverlayIcon(ITaskbarList4 *ifac
FIXME("iface %p, hwnd %p, hIcon %p, pszDescription %s stub!\n", iface, hwnd, hIcon,
debugstr_w(pszDescription));
return E_NOTIMPL;
return S_OK;
}
static HRESULT STDMETHODCALLTYPE taskbar_list_SetThumbnailTooltip(ITaskbarList4 *iface,