[SHELL32]

- We are not wine so we can speed things up by trying to read desktop.ini only for system folders.

svn path=/trunk/; revision=68786
This commit is contained in:
Giannis Adamopoulos 2015-08-21 16:03:14 +00:00
parent a9bb2ea698
commit 7c1c03943f

View file

@ -89,8 +89,7 @@ BOOL SHELL32_GetCustomFolderAttributes(
WCHAR wszFolderPath[MAX_PATH];
/* Hack around not having system attribute on non-Windows file systems */
if (0)
dwAttrib = _ILGetFileAttributes(pidl, NULL, 0);
dwAttrib = _ILGetFileAttributes(pidl, NULL, 0);
if (dwAttrib & FILE_ATTRIBUTE_SYSTEM)
{