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

This commit is contained in:
Pairi Daiza 2025-09-23 20:48:06 +02:00
parent a4407af4d5
commit 5c4ca08c2f
No known key found for this signature in database
GPG Key ID: 696D11EF6A99040C

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
#define VER_CPL MS Visual C++ 2022 v17.14.(15-16)
#elif (_MSC_FULL_VER >= 194435216)
#define VER_CPL MS Visual C++ 2022 v17.14.14
#elif (_MSC_FULL_VER >= 194435215)