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

This commit is contained in:
Pairi Daiza 2025-05-29 09:21:09 +02:00
parent fc100dd617
commit fa321f3247
No known key found for this signature in database
GPG Key ID: 696D11EF6A99040C
2 changed files with 5 additions and 3 deletions

View File

@ -22,8 +22,8 @@ Decemb. 2024: Line numbers to translate_2024-12 - No "Added or Modified" items i
January 2025: Line numbers to translate_2025-01 - No "Added or Modified" items in January 2025
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)
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)
July 2025: Line numbers to translate_2025-07 - (2025-07-xx)
August 2025: Line numbers to translate_2025-08 - (2025-08-xx)

View File

@ -158,7 +158,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if defined(_MSC_VER)
#if (_MSC_VER == 1944)
#if (_MSC_FULL_VER >= 194435207)
#if (_MSC_FULL_VER >= 194435208)
#define VER_CPL MS Visual C++ 2022 v17.14.3
#elif (_MSC_FULL_VER >= 194435207)
#define VER_CPL MS Visual C++ 2022 v17.14.(0-2)
#endif
#elif (_MSC_VER == 1943)