mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SHELL32] -Remove two annoying prints. A FIXME comment is more than enough.
svn path=/trunk/; revision=73672
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user