mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +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)
|
||||
{
|
||||
FIXME("(%p)->()\n", this);
|
||||
TRACE("(%p)->()\n", this);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
HRESULT WINAPI CIDLDataObj::EndOperation(HRESULT hResult, IBindCtx *pbcReserved, DWORD dwEffects)
|
||||
{
|
||||
FIXME("(%p)->()\n", this);
|
||||
TRACE("(%p)->()\n", this);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue