VirtualBox

Changeset 51772 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 1, 2014 6:26:13 PM (11 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp

    r51770 r51772  
    15261526    if (hVerify != INVALID_HANDLE_VALUE)
    15271527    {
     1528# ifdef VBOX_WITH_HARDENING
    15281529        uint32_t fFlags = SUPHNTVI_F_REQUIRE_KERNEL_CODE_SIGNING;
    15291530        if (!fMaybe3rdParty)
     
    15371538            &&                   pszSuffix[3]  == '\0' )
    15381539            fFlags |= SUPHNTVI_F_RC_IMAGE;
    1539 # ifndef IN_SUP_R3_STATIC /* Not in VBoxCpuReport and friends. */
     1540#  ifndef IN_SUP_R3_STATIC /* Not in VBoxCpuReport and friends. */
    15401541        rc = supHardenedWinVerifyImageByHandleNoName(hVerify, fFlags, pErrInfo);
     1542#  endif
    15411543# endif
    15421544        CloseHandle(hVerify);
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