From 2ca6422fd8b6e9f84a77656b3cf204cab58fbbcb Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 9 Aug 2023 09:42:00 +0200 Subject: [PATCH] +upd: version info for MS VS2022 (v17.7.0) update --- src/Version.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Version.h b/src/Version.h index 80a2699ee..2a90fda53 100644 --- a/src/Version.h +++ b/src/Version.h @@ -148,7 +148,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #undef VER_CPL #if defined(_MSC_VER) - #if (_MSC_VER == 1936) + #if (_MSC_VER == 1937) + #if (_MSC_FULL_VER >= 193732822) + #define VER_CPL MS Visual C++ 2022 v17.7.0 + #endif + #elif (_MSC_VER == 1936) #if (_MSC_FULL_VER >= 193632537) #define VER_CPL MS Visual C++ 2022 v17.6.5 #elif (_MSC_FULL_VER >= 193632535)