mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 15:38:37 +00:00
Try to fix build.
svn path=/trunk/; revision=71214
This commit is contained in:
parent
42143e7d37
commit
9ff8cfba85
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue