VirtualBox

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


Ignore:
Timestamp:
Jan 7, 2018 6:43:58 PM (7 years ago)
Author:
vboxsync
Message:

iprt/FakeCancelIo: comment update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp

    r70394 r70480  
    322322DECL_KERNEL32(BOOL) Fake_CancelIo(HANDLE hHandle)
    323323{
    324     /* NT 3.51 have the NTDLL API this corresponds to. */
     324    /* All NT versions the NTDLL API this corresponds to. */
    325325    RESOLVE_NTDLL_API(NtCancelIoFile);
    326326    if (pfnNtCancelIoFile)
Note: See TracChangeset for help on using the changeset viewer.

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