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

This commit is contained in:
Pairi Daiza 2021-06-29 21:31:41 +02:00
parent 3efc983d4b
commit 3972411bca
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA

View File

@ -77,8 +77,10 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1929)
#if (_MSC_FULL_VER >= 192930037)
#define VER_CPL MS Visual C++ 2019 v16.10.(0-1)
#if (_MSC_FULL_VER >= 192930038)
#define VER_CPL MS Visual C++ 2019 v16.10.3
#elif (_MSC_FULL_VER >= 192930037)
#define VER_CPL MS Visual C++ 2019 v16.10.(0-2)
#endif
#elif (_MSC_VER == 1928)
#if (_MSC_FULL_VER >= 192829915)