Merge pull request #4125 from RaiKoHoff/Dev_Master

Dev master
This commit is contained in:
Pairi Daiza 2022-08-27 10:43:04 +02:00 committed by GitHub
commit 4fcf43f92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,11 @@
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
#endif
#elif (_MSC_VER == 1929)
#if (_MSC_FULL_VER >= 192930143)
#if (_MSC_FULL_VER >= 192930145)
#define VER_CPL MS Visual C++ 2019 v16.11.(15-16)
#elif (_MSC_FULL_VER >= 192930144)
#define VER_CPL MS Visual C++ 2019 v16.11.14
#elif (_MSC_FULL_VER >= 192930143)
#define VER_CPL MS Visual C++ 2019 v16.11.13
#elif (_MSC_FULL_VER >= 192930142)
#define VER_CPL MS Visual C++ 2019 v16.11.12