Merge pull request #4476 from hpwamr/Mui_Beta

+upd: version info for MS VS2022 (v17.4.4) update
This commit is contained in:
Pairi Daiza 2023-01-11 06:04:21 +01:00 committed by GitHub
commit e8f928fe6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ 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
#define VER_CPL MS Visual C++ 2022 v17.4.(3-4)
#elif (_MSC_FULL_VER >= 193431935)
#define VER_CPL MS Visual C++ 2022 v17.4.2
#elif (_MSC_FULL_VER >= 193431933)