Changeset 6992 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Feb 18, 2008 1:34:17 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28187
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r6991 r6992 231 231 232 232 /* 233 * Turn off indexing of directory through Windows Indexing Service 233 * Turn off indexing of directory through Windows Indexing Service. 234 234 */ 235 235 if (fOpen & RTFILE_O_NOT_CONTENT_INDEXED) … … 264 264 265 265 /* 266 * Turn off indexing of directory through Windows Indexing Service 266 * Turn off indexing of directory through Windows Indexing Service. 267 267 */ 268 268 if (fOpen & RTFILE_O_NOT_CONTENT_INDEXED)
Note:
See TracChangeset
for help on using the changeset viewer.