+upd: version info for MS VS2022 (v17.14.17) update

This commit is contained in:
Pairi Daiza 2025-10-16 20:03:56 +02:00
parent 1e3f8da480
commit dd05350cb9
No known key found for this signature in database
GPG Key ID: 696D11EF6A99040C
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)