mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Sync with trunk r63935.
svn path=/branches/shell-experiments/; revision=63939
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user