Try to fix build.

svn path=/trunk/; revision=71214
This commit is contained in:
Giannis Adamopoulos 2016-04-30 14:09:33 +00:00
parent 42143e7d37
commit 9ff8cfba85

View file

@ -577,8 +577,6 @@ HRESULT WINAPI CPrinterFolder::GetDetailsEx(PCUITEMID_CHILD pidl, const SHCOLUMN
HRESULT WINAPI CPrinterFolder::GetDetailsOf(PCUITEMID_CHILD pidl, UINT iColumn, SHELLDETAILS *psd)
{
WCHAR buffer[MAX_PATH] = {0};
TRACE("(%p)->(%p %i %p): stub\n", this, pidl, iColumn, psd);
if (iColumn >= PrinterSHELLVIEWCOLUMNS)