mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
fix: older VS2026 versions (edited by Copilot Claude Opus 4.6)
This commit is contained in:
parent
432ab4fcc6
commit
000393e71b
@ -164,6 +164,10 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
#if (_MSC_VER == 1950)
|
||||
#if (_MSC_FULL_VER >= 195035724)
|
||||
#define VER_CPL MS Visual C++ 2026 v18.3.0
|
||||
#elif (_MSC_FULL_VER >= 195035719)
|
||||
#define VER_CPL MS Visual C++ 2026 v18.0.(1-2)
|
||||
#elif (_MSC_FULL_VER >= 195035717)
|
||||
#define VER_CPL MS Visual C++ 2026 v18.0.0
|
||||
#endif
|
||||
#elif (_MSC_VER == 1944)
|
||||
#if (_MSC_FULL_VER >= 194435222)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user