+upd: version info for MS VS2022 (v17.1.0) update

This commit is contained in:
Pairi Daiza 2022-02-16 11:31:41 +01:00
parent 341e05d39f
commit a013ae30ce
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA

View File

@ -76,7 +76,11 @@
#undef VER_CPL
#if defined(_MSC_VER)
#if (_MSC_VER == 1930)
#if (_MSC_VER == 1931)
#if (_MSC_FULL_VER >= 193131104)
#define VER_CPL MS Visual C++ 2022 v17.1.0
#endif
#elif (_MSC_VER == 1930)
#if (_MSC_FULL_VER >= 193030709)
#define VER_CPL MS Visual C++ 2022 v17.0.(5-6)
#elif (_MSC_FULL_VER >= 193030706)