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

This commit is contained in:
Pairi Daiza 2026-05-13 00:13:52 +02:00
parent 5b9a97f31e
commit fb91c2b64a
No known key found for this signature in database
GPG Key ID: F33C09E1D53FE433

View File

@ -169,7 +169,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#undef VER_CPL
#if defined(_MSC_VER)
#if (_MSC_VER == 1950)
#if (_MSC_VER == 1951)
#if (_MSC_FULL_VER >= 195136243)
#define VER_CPL MS Visual C++ 2026 v18.6.0
#endif
#elif (_MSC_VER == 1950)
#if (_MSC_FULL_VER >= 195035730)
#define VER_CPL MS Visual C++ 2026 v18.5.2
#elif (_MSC_FULL_VER >= 195035729)