mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:03:13 +00:00
Fix build.
svn path=/trunk/; revision=68878
This commit is contained in:
parent
8da2ae9374
commit
65783dfa91
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ HRESULT WINAPI CDesktopFolder::GetDisplayNameOf(PCUITEMID_CHILD pidl, DWORD dwFl
|
||||||
{
|
{
|
||||||
return SHELL32_GetDisplayNameOfChild(this, pidl, dwFlags, strRet);
|
return SHELL32_GetDisplayNameOfChild(this, pidl, dwFlags, strRet);
|
||||||
}
|
}
|
||||||
else if (!_ILIsDesktop(pidl) && ILIsSpecialFolder(pidl))
|
else if (!_ILIsDesktop(pidl) && _ILIsSpecialFolder(pidl))
|
||||||
{
|
{
|
||||||
return SHELL32_GetDisplayNameOfGUIDItem(this, L"", pidl, dwFlags, strRet);
|
return SHELL32_GetDisplayNameOfGUIDItem(this, L"", pidl, dwFlags, strRet);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue