[SHDOCVW]

sync shdocvw to wine 1.1.40

svn path=/trunk/; revision=45920
This commit is contained in:
Christoph von Wittich 2010-03-06 11:44:48 +00:00
parent bd5eff9b85
commit ecd20ad2a1
2 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ static HRESULT WINAPI ClientSite_QueryInterface(IOleClientSite *iface, REFIID ri
return S_OK;
}
WARN("Unsupported intrface %s\n", debugstr_guid(riid));
WARN("Unsupported interface %s\n", debugstr_guid(riid));
return E_NOINTERFACE;
}

View file

@ -81,9 +81,9 @@ static ULONG STDMETHODCALLTYPE taskbar_list_Release(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)