[SHELL32] -Remove two annoying prints. A FIXME comment is more than enough.

svn path=/trunk/; revision=73672
This commit is contained in:
Giannis Adamopoulos 2017-02-04 15:12:25 +00:00
parent 9594cc6ea9
commit 1cd6fc67b1
2 changed files with 1 additions and 2 deletions

View file

@ -2139,7 +2139,6 @@ static BOOL HACKISH_PathResolve(
IN UINT fFlags)
{
// FIXME: This is unimplemented!!!
FIXME("PathResolve() is UNIMPLEMENTED, using HACKISH_PathResolve() instead!\n");
#if 0
return PathResolve(pszPath, dirs, fFlags);
#else

View file

@ -700,7 +700,7 @@ HRESULT STDMETHODCALLTYPE CBandSiteBase::UIActivateDBC(DWORD dwState)
return E_FAIL;
ShowWindow(fRebarWindow, (dwState & DBC_SHOW) ? SW_SHOW : SW_HIDE);
FIXME("IDeskBarClient::UIActivateDBC() Properly notify bands?\n");
//FIXME: Properly notify bands?
return S_OK;
}