[PATCH] explorerframe: return S_OK in ITaskbarList::RegisterTab

Louis Lenders xerox.xerox2000x at gmail.com
Tue Aug 18 06:41:08 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49719


Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
---
 dlls/explorerframe/taskbarlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/explorerframe/taskbarlist.c b/dlls/explorerframe/taskbarlist.c
index 1a0eb7567d..6f24f35992 100644
--- a/dlls/explorerframe/taskbarlist.c
+++ b/dlls/explorerframe/taskbarlist.c
@@ -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)
-- 
2.28.0




More information about the wine-devel mailing list