We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4175b1 + d8c1077 commit 5ab9525Copy full SHA for 5ab9525
src/Version.h
@@ -158,7 +158,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
158
159
#if defined(_MSC_VER)
160
#if (_MSC_VER == 1944)
161
- #if (_MSC_FULL_VER >= 194435214)
+ #if (_MSC_FULL_VER >= 194435215)
162
+ #define VER_CPL MS Visual C++ 2022 v17.14.13
163
+ #elif (_MSC_FULL_VER >= 194435214)
164
#define VER_CPL MS Visual C++ 2022 v17.14.(11-12)
165
#elif (_MSC_FULL_VER >= 194435213)
166
#define VER_CPL MS Visual C++ 2022 v17.14.(9-10)
0 commit comments