VirtualBox

Changeset 67550 in vbox for trunk/src


Ignore:
Timestamp:
Jun 22, 2017 6:48:05 AM (8 years ago)
Author:
vboxsync
Message:

HostDrivers/Support/SUPR3HardenedMain-win: bugref:8810: version tweak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp

    r66529 r67550  
    58085808#define VER_IN_RANGE(a_pszFirst, a_pszLast) \
    58095809    (RTStrVersionCompare(uBuf.szFileVersion, a_pszFirst) >= 0 && RTStrVersionCompare(uBuf.szFileVersion, a_pszLast) <= 0)
    5810                     if (   VER_IN_RANGE("7.4.0.0000", "999999999.9.9.9999")
     5810                    if (   VER_IN_RANGE("7.3.2.0000", "999999999.9.9.9999")
    58115811                        || VER_IN_RANGE("7.3.1.1000", "7.3.1.3000")
    58125812                        || VER_IN_RANGE("7.3.0.3000", "7.3.0.999999999")
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