Merge pull request #3868 from hpwamr/mui

+ Upd: MS VS 2019 version update (v16.11.8)
This commit is contained in:
Pairi Daiza 2021-12-15 00:36:58 +01:00 committed by GitHub
commit caaaaf20bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,9 @@
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
#endif
#elif (_MSC_VER == 1929)
#if (_MSC_FULL_VER >= 192930137)
#if (_MSC_FULL_VER >= 192930138)
#define VER_CPL MS Visual C++ 2019 v16.11.8
#elif (_MSC_FULL_VER >= 192930137)
#define VER_CPL MS Visual C++ 2019 v16.11.(6-7)
#elif (_MSC_FULL_VER >= 192930136)
#define VER_CPL MS Visual C++ 2019 v16.11.(4-5)