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

This commit is contained in:
Pairi Daiza 2021-03-18 23:19:00 +01:00
parent ebabd4624a
commit 1becdd56ad
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 == 1928)
#if (_MSC_FULL_VER >= 192829912)
#if (_MSC_FULL_VER >= 192829913)
#define VER_CPL MS Visual C++ 2019 v16.9.2
#elif (_MSC_FULL_VER >= 192829912)
#define VER_CPL MS Visual C++ 2019 v16.9.1
#elif (_MSC_FULL_VER >= 192829910)
#define VER_CPL MS Visual C++ 2019 v16.9.0