diff --git a/src/Version.h b/src/Version.h index 6bdc119d0..22f6f71ae 100644 --- a/src/Version.h +++ b/src/Version.h @@ -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)