mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[SHDOCVW]
sync shdocvw to wine 1.1.40 svn path=/trunk/; revision=45920
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user