From 65783dfa9175fe63e76bcb76b1e7bba33c0b7626 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Mon, 31 Aug 2015 11:35:26 +0000 Subject: [PATCH] Fix build. svn path=/trunk/; revision=68878 --- reactos/dll/win32/shell32/folders/CDesktopFolder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/shell32/folders/CDesktopFolder.cpp b/reactos/dll/win32/shell32/folders/CDesktopFolder.cpp index f196873c417..4708b0b15aa 100644 --- a/reactos/dll/win32/shell32/folders/CDesktopFolder.cpp +++ b/reactos/dll/win32/shell32/folders/CDesktopFolder.cpp @@ -664,7 +664,7 @@ HRESULT WINAPI CDesktopFolder::GetDisplayNameOf(PCUITEMID_CHILD pidl, DWORD dwFl { 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); } -- 2.17.1