Merge pull request #5431 from hpwamr/Mui_Beta

+upd: version info for MS VS2022 (v17.14.5-8) update
This commit is contained in:
Pairi Daiza 2025-07-08 20:59:12 +02:00 committed by GitHub
commit 0e9cb87d70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Februar 2025: Line numbers to translate_2025-02 - No "Added or Modified" items i
March 2025: Line numbers to translate_2025-03 - No "Added or Modified" items in March 2025
April 2025: Line numbers to translate_2025-04 - No "Added or Modified" items in April 2025
May 2025: Line numbers to translate_2025-05 - No "Added or Modified" items in May 2025
June 2025: Line numbers to translate_2025-06 - (2025-06-xx)
June 2025: Line numbers to translate_2025-06 - No "Added or Modified" items in June 2025
July 2025: Line numbers to translate_2025-07 - (2025-07-xx)
August 2025: Line numbers to translate_2025-08 - (2025-08-xx)
Septemb 2025: Line numbers to translate_2025-09 - (2025-09-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 >= 194435211)
#define VER_CPL MS Visual C++ 2022 v17.14.7
#define VER_CPL MS Visual C++ 2022 v17.14.(7-8)
#elif (_MSC_FULL_VER >= 194435210)
#define VER_CPL MS Visual C++ 2022 v17.14.(5-6)
#elif (_MSC_FULL_VER >= 194435209)