Changeset 70480 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Jan 7, 2018 6:43:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp
r70394 r70480 322 322 DECL_KERNEL32(BOOL) Fake_CancelIo(HANDLE hHandle) 323 323 { 324 /* NT 3.51 havethe NTDLL API this corresponds to. */324 /* All NT versions the NTDLL API this corresponds to. */ 325 325 RESOLVE_NTDLL_API(NtCancelIoFile); 326 326 if (pfnNtCancelIoFile)
Note:
See TracChangeset
for help on using the changeset viewer.