fix: older VS2026 versions (edited by Copilot Claude Opus 4.6)

This commit is contained in:
METANEOCORTEX\Kotti 2026-02-15 13:09:37 +01:00
parent 432ab4fcc6
commit 000393e71b

View File

@ -164,6 +164,10 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if (_MSC_VER == 1950)
#if (_MSC_FULL_VER >= 195035724)
#define VER_CPL MS Visual C++ 2026 v18.3.0
#elif (_MSC_FULL_VER >= 195035719)
#define VER_CPL MS Visual C++ 2026 v18.0.(1-2)
#elif (_MSC_FULL_VER >= 195035717)
#define VER_CPL MS Visual C++ 2026 v18.0.0
#endif
#elif (_MSC_VER == 1944)
#if (_MSC_FULL_VER >= 194435222)