mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +00:00
[SHELL32] -Silence two unneeded prints.
svn path=/trunk/; revision=75666
This commit is contained in:
parent
19c1694e55
commit
58ef11fbed
1 changed files with 2 additions and 2 deletions
|
@ -394,12 +394,12 @@ HRESULT WINAPI CIDLDataObj::SetAsyncMode(BOOL fDoOpAsync)
|
||||||
|
|
||||||
HRESULT WINAPI CIDLDataObj::StartOperation(IBindCtx *pbcReserved)
|
HRESULT WINAPI CIDLDataObj::StartOperation(IBindCtx *pbcReserved)
|
||||||
{
|
{
|
||||||
FIXME("(%p)->()\n", this);
|
TRACE("(%p)->()\n", this);
|
||||||
return E_NOTIMPL;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
HRESULT WINAPI CIDLDataObj::EndOperation(HRESULT hResult, IBindCtx *pbcReserved, DWORD dwEffects)
|
HRESULT WINAPI CIDLDataObj::EndOperation(HRESULT hResult, IBindCtx *pbcReserved, DWORD dwEffects)
|
||||||
{
|
{
|
||||||
FIXME("(%p)->()\n", this);
|
TRACE("(%p)->()\n", this);
|
||||||
return E_NOTIMPL;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue