Merge pull request #4118 from hpwamr/mui

+upd: version info for MS VS2022 (v17.3.0) update (correction)
This commit is contained in:
Pairi Daiza 2022-08-10 12:32:43 +02:00 committed by GitHub
commit b1949ebece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@
#define VER_CPL MS Visual C++ 2022 v17.3.0
#endif
#elif (_MSC_VER == 1932)
#elif (_MSC_FULL_VER >= 193231332)
#if (_MSC_FULL_VER >= 193231332)
#define VER_CPL MS Visual C++ 2022 v17.2.(5-6)
#elif (_MSC_FULL_VER >= 193231329)
#define VER_CPL MS Visual C++ 2022 v17.2.(1-4)