Merge pull request #3794 from hpwamr/xperim

+ Upd: MS VS 2022 version update (v17.0.1)
This commit is contained in:
Pairi Daiza 2021-11-17 00:11:42 +01:00 committed by GitHub
commit 928c2a79f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,11 +78,11 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1930)
#if (_MSC_FULL_VER >= 193030705)
#define VER_CPL MS Visual C++ 2022 v17.0.0
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
#endif
#elif (_MSC_VER == 1929)
#if (_MSC_FULL_VER >= 192930137)
#define VER_CPL MS Visual C++ 2019 v16.11.6
#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)
#elif (_MSC_FULL_VER >= 192930133)