mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+upd: version info for MS VS2022 (v17.1.0) update
This commit is contained in:
parent
341e05d39f
commit
a013ae30ce
@ -76,7 +76,11 @@
|
||||
#undef VER_CPL
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1930)
|
||||
#if (_MSC_VER == 1931)
|
||||
#if (_MSC_FULL_VER >= 193131104)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.1.0
|
||||
#endif
|
||||
#elif (_MSC_VER == 1930)
|
||||
#if (_MSC_FULL_VER >= 193030709)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.0.(5-6)
|
||||
#elif (_MSC_FULL_VER >= 193030706)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user