VS2019 and VS2022 Version changes

This commit is contained in:
METANEOCORTEX\Kotti 2022-02-09 09:19:09 +01:00
parent 43a518e266
commit 424beae74e
2 changed files with 4 additions and 2 deletions

View File

@ -78,14 +78,16 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1930)
#if (_MSC_FULL_VER >= 193030709)
#define VER_CPL MS Visual C++ 2022 v17.0.5
#define VER_CPL MS Visual C++ 2022 v17.0.(5-6)
#elif (_MSC_FULL_VER >= 193030706)
#define VER_CPL MS Visual C++ 2022 v17.0.(2-4)
#elif (_MSC_FULL_VER >= 193030705)
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
#endif
#elif (_MSC_VER == 1929)
#if (_MSC_FULL_VER >= 192930139)
#if (_MSC_FULL_VER >= 192930140)
#define VER_CPL MS Visual C++ 2019 v16.11.10
#elif (_MSC_FULL_VER >= 192930139)
#define VER_CPL MS Visual C++ 2019 v16.11.9
#elif (_MSC_FULL_VER >= 192930138)
#define VER_CPL MS Visual C++ 2019 v16.11.8