mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #5854 from hpwamr/Mui_Dev
+upd: version info for MS VS2026 (v18.6.0) update
This commit is contained in:
commit
f6419388cc
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user