VirtualBox

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


Ignore:
Timestamp:
Apr 26, 2009 9:05:32 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46510
Message:

Runtime/Aio: Add Windows backend

Location:
trunk/src/VBox/Runtime/r3/win
Files:
1 added
1 edited

Legend:

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

    r18128 r19186  
    261261    if (fOpen & RTFILE_O_WRITE_THROUGH)
    262262        dwFlagsAndAttributes |= FILE_FLAG_WRITE_THROUGH;
     263    if (fOpen & RTFILE_O_ASYNC_IO)
     264        dwFlagsAndAttributes |= FILE_FLAG_OVERLAPPED;
    263265
    264266    /*
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