mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+upd: version info for MS VS2022 (v17.8.6) update
This commit is contained in:
parent
bea7284d8d
commit
880d221c87
@ -154,7 +154,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1938)
|
||||
#if (_MSC_FULL_VER >= 193833134)
|
||||
#if (_MSC_FULL_VER >= 193833135)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.8.6
|
||||
#elif (_MSC_FULL_VER >= 193833134)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.8.(4-5)
|
||||
#elif (_MSC_FULL_VER >= 193833133)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.8.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user