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.1) update
This commit is contained in:
parent
6ea1a12914
commit
5a61df67ed
@ -78,7 +78,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1931)
|
||||
#if (_MSC_FULL_VER >= 193131104)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.1.0
|
||||
#define VER_CPL MS Visual C++ 2022 v17.1.(0-1)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1930)
|
||||
#if (_MSC_FULL_VER >= 193030709)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user