mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
fix the build.
svn path=/trunk/; revision=71215
This commit is contained in:
parent
9ff8cfba85
commit
ce192c47ea
1 changed files with 0 additions and 2 deletions
|
@ -538,8 +538,6 @@ HRESULT WINAPI CNetFolder::GetDetailsEx(PCUITEMID_CHILD pidl, const SHCOLUMNID *
|
|||
|
||||
HRESULT WINAPI CNetFolder::GetDetailsOf(PCUITEMID_CHILD pidl, UINT iColumn, SHELLDETAILS *psd)
|
||||
{
|
||||
WCHAR buffer[MAX_PATH] = {0};
|
||||
|
||||
if (iColumn >= NETWORKPLACESSHELLVIEWCOLUMNS)
|
||||
return E_FAIL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue