diff --git a/src/Version.h b/src/Version.h index 3b3789644..4bdba9515 100644 --- a/src/Version.h +++ b/src/Version.h @@ -150,6 +150,10 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build) #if defined(_MSC_VER) #if (_MSC_VER == 1934) + #if (_MSC_FULL_VER >= 193431937) + #define VER_CPL MS Visual C++ 2022 v17.4.3 + #endif + #elif (_MSC_VER == 1934) #if (_MSC_FULL_VER >= 193431935) #define VER_CPL MS Visual C++ 2022 v17.4.2 #elif (_MSC_FULL_VER >= 193431933)