Merge pull request #5401 from hpwamr/Mui_Beta

+upd: version info for MS VS2022 (v17.13.5) update
This commit is contained in:
Pairi Daiza 2025-03-25 23:39:43 +01:00 committed by GitHub
commit 18cd11b3d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ Novemb. 2024: Line numbers to translate_2024-11 - https://workupload.com/file/3Z
Decemb. 2024: Line numbers to translate_2024-12 - No "Added or Modified" items in December 2024
January 2025: Line numbers to translate_2025-01 - No "Added or Modified" items in January 2025
Februar 2025: Line numbers to translate_2025-02 - (2025-02-xx)
March 2025: Line numbers to translate_2025-03 - (2025-03-xx)
Februar 2025: Line numbers to translate_2025-02 - No "Added or Modified" items in February 2025
March 2025: Line numbers to translate_2025-03 - No "Added or Modified" items in March 2025
April 2025: Line numbers to translate_2025-04 - (2025-04-xx)
May 2025: Line numbers to translate_2025-05 - (2025-05-xx)
June 2025: Line numbers to translate_2025-06 - (2025-06-xx)

View File

@ -159,7 +159,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if defined(_MSC_VER)
#if (_MSC_VER == 1943)
#if (_MSC_FULL_VER >= 194334809)
#define VER_CPL MS Visual C++ 2022 v17.13.(3-4)
#define VER_CPL MS Visual C++ 2022 v17.13.(3-5)
#elif (_MSC_FULL_VER >= 194334808)
#define VER_CPL MS Visual C++ 2022 v17.13.(0-2)
#endif