+ Upd: MS VS 2019 version update (v16.10.1)

This commit is contained in:
Pairi Daiza 2021-06-09 18:48:58 +02:00
parent fe900e0a97
commit b0ac703499
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA

View File

@ -78,7 +78,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1929)
#if (_MSC_FULL_VER >= 192930037)
#define VER_CPL MS Visual C++ 2019 v16.10.0
#define VER_CPL MS Visual C++ 2019 v16.10.(0-1)
#endif
#elif (_MSC_VER == 1928)
#if (_MSC_FULL_VER >= 192829915)