[SHDOCVW]
authorChristoph von Wittich <christoph_vw@reactos.org>
Sat, 6 Mar 2010 11:44:48 +0000 (11:44 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sat, 6 Mar 2010 11:44:48 +0000 (11:44 +0000)
sync shdocvw to wine 1.1.40

svn path=/trunk/; revision=45920

reactos/dll/win32/shdocvw/client.c
reactos/dll/win32/shdocvw/taskbarlist.c

index a351bd1..17fa35f 100644 (file)
@@ -73,7 +73,7 @@ static HRESULT WINAPI ClientSite_QueryInterface(IOleClientSite *iface, REFIID ri
         return S_OK;
     }
 
         return S_OK;
     }
 
-    WARN("Unsupported intrface %s\n", debugstr_guid(riid));
+    WARN("Unsupported interface %s\n", debugstr_guid(riid));
 
     return E_NOINTERFACE;
 }
 
     return E_NOINTERFACE;
 }
index 0281695..2c38080 100644 (file)
@@ -81,9 +81,9 @@ static ULONG STDMETHODCALLTYPE taskbar_list_Release(ITaskbarList *iface)
 
 static HRESULT STDMETHODCALLTYPE taskbar_list_HrInit(ITaskbarList *iface)
 {
 
 static HRESULT STDMETHODCALLTYPE taskbar_list_HrInit(ITaskbarList *iface)
 {
-    FIXME("iface %p stub!\n", iface);
+    TRACE("iface %p\n", iface);
 
 
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT STDMETHODCALLTYPE taskbar_list_AddTab(ITaskbarList *iface, HWND hwnd)
 }
 
 static HRESULT STDMETHODCALLTYPE taskbar_list_AddTab(ITaskbarList *iface, HWND hwnd)