Merge pull request #5935 from hpwamr/Mui_Dev
Some checks failed
Build / ${{ matrix.platform }} ${{ matrix.configuration }} (Release, ARM64) (push) Has been cancelled
Build / ${{ matrix.platform }} ${{ matrix.configuration }} (Release, Win32) (push) Has been cancelled
Build / ${{ matrix.platform }} ${{ matrix.configuration }} (Release, x64) (push) Has been cancelled
Build / ${{ matrix.platform }} ${{ matrix.configuration }} (Release, x64_AVX2) (push) Has been cancelled

+upd: version info for MS VS2026 (v18.7.0) update
This commit is contained in:
Pairi Daiza 2026-06-11 10:00:06 +02:00 committed by GitHub
commit afa9c739c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,7 +170,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
#if defined(_MSC_VER)
#if (_MSC_VER == 1951)
#if (_MSC_FULL_VER >= 195136246)
#if (_MSC_FULL_VER >= 195136247)
#define VER_CPL MS Visual C++ 2026 v18.7.0
#elif (_MSC_FULL_VER >= 195136246)
#define VER_CPL MS Visual C++ 2026 v18.6.2
#elif (_MSC_FULL_VER >= 195136244)
#define VER_CPL MS Visual C++ 2026 v18.6.1