mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:31:45 +00:00
[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:
parent
a9bb2ea698
commit
7c1c03943f
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue