+upd: version info for MS VS2026 (v18.7.3) update

This commit is contained in:
Pairi Daiza 2026-06-30 21:05:16 +02:00
parent 6c1d9a9033
commit 7ca5574469
No known key found for this signature in database
GPG Key ID: F33C09E1D53FE433

View File

@ -171,7 +171,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if defined(_MSC_VER)
#if (_MSC_VER == 1951)
#if (_MSC_FULL_VER >= 195136248)
#define VER_CPL MS Visual C++ 2026 v18.7.2
#define VER_CPL MS Visual C++ 2026 v18.7.(2-3)
#elif (_MSC_FULL_VER >= 195136247)
#define VER_CPL MS Visual C++ 2026 v18.7.(0-1)
#elif (_MSC_FULL_VER >= 195136246)