VirtualBox

Changeset 6432 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Jan 21, 2008 11:05:25 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27399
Message:

r=bird: Cannot see how IsBeyondLimit() is supposed to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/fileio-win.cpp

    r6431 r6432  
    108108     * If it fails with a seek error it's because we hit the file system limit.
    109109     */
     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). */
    110113    uint64_t offCurrent;
    111114    if (MySetFilePointer(File, 0, &offCurrent, FILE_CURRENT))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette