Merge pull request #4365 from hpwamr/Mui_beta

+upd: version info for MS VS2022 (v17.4.3) update
This commit is contained in:
Pairi Daiza 2022-12-13 21:02:41 +01:00 committed by GitHub
commit af3a901c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,10 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if defined(_MSC_VER)
#if (_MSC_VER == 1934)
#if (_MSC_FULL_VER >= 193431937)
#define VER_CPL MS Visual C++ 2022 v17.4.3
#endif
#elif (_MSC_VER == 1934)
#if (_MSC_FULL_VER >= 193431935)
#define VER_CPL MS Visual C++ 2022 v17.4.2
#elif (_MSC_FULL_VER >= 193431933)