mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #4030 from hpwamr/mui
+upd: version info for MS VS2022 (v17.1.3) update
This commit is contained in:
commit
e37a562b67
@ -78,7 +78,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1931)
|
||||
#if (_MSC_FULL_VER >= 193131105)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.1.2
|
||||
#define VER_CPL MS Visual C++ 2022 v17.1.(2-3)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1931)
|
||||
#if (_MSC_FULL_VER >= 193131104)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user