Merge pull request #5472 from hpwamr/Mui_Beta

+upd: version info for MS VS2022 (v17.14.17) update
This commit is contained in:
Pairi Daiza 2025-10-16 22:11:17 +02:00 committed by GitHub
commit efa546f882
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ May 2025: Line numbers to translate_2025-05 - No "Added or Modified" items i
June 2025: Line numbers to translate_2025-06 - No "Added or Modified" items in June 2025
July 2025: Line numbers to translate_2025-07 - No "Added or Modified" items in July 2025
August 2025: Line numbers to translate_2025-08 - No "Added or Modified" items in August 2025
Septemb 2025: Line numbers to translate_2025-09 - (2025-09-xx)
Septemb 2025: Line numbers to translate_2025-09 - No "Added or Modified" items in September 2025
October 2025: Line numbers to translate_2025-10 - (2025-10-xx)
Novemb. 2025: Line numbers to translate_2025-11 - (2025-11-xx)
Decemb. 2025: Line numbers to translate_2025-12 - (2025-12-xx)

View File

@ -159,7 +159,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if defined(_MSC_VER)
#if (_MSC_VER == 1944)
#if (_MSC_FULL_VER >= 194435217)
#define VER_CPL MS Visual C++ 2022 v17.14.(15-16)
#define VER_CPL MS Visual C++ 2022 v17.14.(15-17)
#elif (_MSC_FULL_VER >= 194435216)
#define VER_CPL MS Visual C++ 2022 v17.14.14
#elif (_MSC_FULL_VER >= 194435215)