Changeset 6432 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Jan 21, 2008 11:05:25 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27399
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r6431 r6432 108 108 * If it fails with a seek error it's because we hit the file system limit. 109 109 */ 110 /** @todo r=bird: I'd be very interested to know on which versions of windows and on which file systems 111 * this supposedly works. The fastfat sources in the latest WDK makes no limit checks during 112 * file seeking, only at the time of writing (and some other odd ones we cannot make use of). */ 110 113 uint64_t offCurrent; 111 114 if (MySetFilePointer(File, 0, &offCurrent, FILE_CURRENT))
Note:
See TracChangeset
for help on using the changeset viewer.