mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
Try to fix build.
svn path=/trunk/; revision=71214
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user