+upd: version info for MS VS2022 (v17.4.4) update

This commit is contained in:
Pairi Daiza 2023-01-11 05:43:45 +01:00
parent a62ac01c33
commit fb7af89971
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F

View File

@ -151,7 +151,7 @@ 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
#define VER_CPL MS Visual C++ 2022 v17.4.(3-4)
#elif (_MSC_FULL_VER >= 193431935)
#define VER_CPL MS Visual C++ 2022 v17.4.2
#elif (_MSC_FULL_VER >= 193431933)