- Timestamp:
- Jun 22, 2017 6:48:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r66529 r67550 5808 5808 #define VER_IN_RANGE(a_pszFirst, a_pszLast) \ 5809 5809 (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") 5811 5811 || VER_IN_RANGE("7.3.1.1000", "7.3.1.3000") 5812 5812 || VER_IN_RANGE("7.3.0.3000", "7.3.0.999999999")
Note:
See TracChangeset
for help on using the changeset viewer.