Changeset 6433 in vbox
- Timestamp:
- Jan 22, 2008 12:40:09 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27400
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/fileio.cpp
r6429 r6433 259 259 /** @todo r=bird: This isn't doing the trick for windows (at least not vista). 260 260 * Close to offHigh is returned regardless of NTFS or FAT32. 261 * We might have to make this code OS specific... */ 261 * We might have to make this code OS specific... 262 * In the worse case, we'll have to try GetVolumeInformationByHandle on vista and fall 263 * back on NtQueryVolumeInformationFile(,,,, FileFsAttributeInformation) else where, and 264 * check for known file system names. (For LAN shares we'll have to figure out the remote 265 * file system.) */ 262 266 //uint64_t offHigh = INT64_MAX; 263 267 for (;;)
Note:
See TracChangeset
for help on using the changeset viewer.