Changeset 77448 in vbox for trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp
- Timestamp:
- Feb 24, 2019 4:42:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp
r77447 r77448 2496 2496 /* Memory map it read-write (no COW). */ 2497 2497 #ifdef RT_OS_WINDOWS 2498 uint8_t *pbMapping = NULL;2499 2498 HANDLE hSection = CreateFileMapping((HANDLE)RTFileToNative(hFile2), NULL, PAGE_READWRITE, 0, sizeof(s_abContent), NULL); 2500 2499 RTTESTI_CHECK_MSG(hSection != NULL, ("last error %u\n", GetLastError));
Note:
See TracChangeset
for help on using the changeset viewer.