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

This commit is contained in:
Pairi Daiza 2022-03-24 11:01:15 +01:00
parent 8309ef1cdd
commit 8db14bf82d
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F

View File

@ -77,6 +77,10 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1931)
#if (_MSC_FULL_VER >= 193131105)
#define VER_CPL MS Visual C++ 2022 v17.1.2
#endif
#elif (_MSC_VER == 1931)
#if (_MSC_FULL_VER >= 193131104)
#define VER_CPL MS Visual C++ 2022 v17.1.(0-1)
#endif