mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:05:44 +00:00
[SHDOCVW]
sync shdocvw to wine 1.1.40 svn path=/trunk/; revision=45920
This commit is contained in:
parent
bd5eff9b85
commit
ecd20ad2a1
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue