dscharrer / innoextract

A tool to unpack installers created by Inno Setup
https://constexpr.org/innoextract/
Other
1k stars 125 forks source link

Use correct casing for BOOST_VERSION #172

Open datalogics-robl opened 6 months ago

datalogics-robl commented 6 months ago

Boost_VERSION_MACRO sometimes gives the wrong result, because the casing "Boost_VERSION" doesn't match "BOOST_VERSION" (as it's used everywhere else).