Project

General

Profile

Feature #16763

Updated by nobu (Nobuyoshi Nakada) about 4 years ago

`_MSC_VER` _MSC_VER differs from previous version in 2017 and 2019, in the sense that updates have their own last digit changing. 

 For a list of `_MSC_VER` _MSC_VER see for example https://dev.to/yumetodo/list-of-mscver-and-mscfullver-8nd 

 config.h ends up having harcoded version (eg: 1924), which is overly strict (today I updated to MSVC update 16.5.1 and suddenly my build which links to and embeds ruby broke). 

 The proposed patch adds ranges for these version.

Back