VirtualBox

Ignore:
Timestamp:
Feb 24, 2019 4:42:10 PM (6 years ago)
Author:
vboxsync
Message:

ValidationKit/FsPerf: Windows build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp

    r77447 r77448  
    24962496        /* Memory map it read-write (no COW). */
    24972497#ifdef RT_OS_WINDOWS
    2498         uint8_t *pbMapping = NULL;
    24992498        HANDLE hSection = CreateFileMapping((HANDLE)RTFileToNative(hFile2), NULL, PAGE_READWRITE, 0, sizeof(s_abContent), NULL);
    25002499        RTTESTI_CHECK_MSG(hSection  != NULL, ("last error %u\n", GetLastError));
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