+ Upd: MS VS 2022 version update (v17.0.2)

This commit is contained in:
Pairi Daiza 2021-12-03 22:15:55 +01:00
parent c12fc4fa74
commit 7ac82b6e79
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA

View File

@ -77,7 +77,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1930)
#if (_MSC_FULL_VER >= 193030705)
#if (_MSC_FULL_VER >= 193030706)
#define VER_CPL MS Visual C++ 2022 v17.0.2
#elif (_MSC_FULL_VER >= 193030705)
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
#endif
#elif (_MSC_VER == 1929)