[SHELL32] -Silence two unneeded prints.

svn path=/trunk/; revision=75666
This commit is contained in:
Giannis Adamopoulos 2017-08-25 08:59:10 +00:00
parent 19c1694e55
commit 58ef11fbed

View file

@ -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;
}