Merge pull request #5854 from hpwamr/Mui_Dev

+upd: version info for MS VS2026 (v18.6.0) update
This commit is contained in:
Pairi Daiza 2026-05-13 00:14:34 +02:00 committed by GitHub
commit f6419388cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,7 +169,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#undef VER_CPL
#if defined(_MSC_VER)
#if (_MSC_VER == 1950)
#if (_MSC_VER == 1951)
#if (_MSC_FULL_VER >= 195136243)
#define VER_CPL MS Visual C++ 2026 v18.6.0
#endif
#elif (_MSC_VER == 1950)
#if (_MSC_FULL_VER >= 195035730)
#define VER_CPL MS Visual C++ 2026 v18.5.2
#elif (_MSC_FULL_VER >= 195035729)