mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-07-21 21:02:06 +08:00
Merge pull request #5945 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
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.3) update
This commit is contained in:
commit
92a3be7a99
@ -171,7 +171,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1951)
|
||||
#if (_MSC_FULL_VER >= 195136248)
|
||||
#define VER_CPL MS Visual C++ 2026 v18.7.2
|
||||
#define VER_CPL MS Visual C++ 2026 v18.7.(2-3)
|
||||
#elif (_MSC_FULL_VER >= 195136247)
|
||||
#define VER_CPL MS Visual C++ 2026 v18.7.(0-1)
|
||||
#elif (_MSC_FULL_VER >= 195136246)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user