Sync with trunk r63935.

svn path=/branches/shell-experiments/; revision=63939
This commit is contained in:
David Quintana
2014-08-24 15:10:11 +00:00
87 changed files with 2266 additions and 1374 deletions
+2
View File
@@ -313,8 +313,10 @@ void ShellDirectory::read_directory(int scan_flags)
if (GetFileInformationByHandle(hFile, &entry->_bhfi))
entry->_bhfi_valid = true;
#ifdef BACKUP_READ_IMPLEMENTED
if (ScanNTFSStreams(entry, hFile))
entry->_scanned = true; // There exist named NTFS sub-streams in this file.
#endif
CloseHandle(hFile);
}