Author: gadamopoulos Date: Sat Feb 4 15:12:25 2017 New Revision: 73672
URL: http://svn.reactos.org/svn/reactos?rev=73672&view=rev Log: [SHELL32] -Remove two annoying prints. A FIXME comment is more than enough.
Modified: trunk/reactos/dll/win32/shell32/CShellLink.cpp trunk/reactos/dll/win32/shell32/shellmenu/CBandSite.cpp
Modified: trunk/reactos/dll/win32/shell32/CShellLink.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/CShellLin... ============================================================================== --- trunk/reactos/dll/win32/shell32/CShellLink.cpp [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/CShellLink.cpp [iso-8859-1] Sat Feb 4 15:12:25 2017 @@ -2139,7 +2139,6 @@ IN UINT fFlags) { // FIXME: This is unimplemented!!! - FIXME("PathResolve() is UNIMPLEMENTED, using HACKISH_PathResolve() instead!\n"); #if 0 return PathResolve(pszPath, dirs, fFlags); #else
Modified: trunk/reactos/dll/win32/shell32/shellmenu/CBandSite.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shellmenu... ============================================================================== --- trunk/reactos/dll/win32/shell32/shellmenu/CBandSite.cpp [iso-8859-1] (original) +++ trunk/reactos/dll/win32/shell32/shellmenu/CBandSite.cpp [iso-8859-1] Sat Feb 4 15:12:25 2017 @@ -700,7 +700,7 @@ 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; }