mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-28 21:02:59 +08:00
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Master
This commit is contained in:
commit
63de00cfa3
@ -78,7 +78,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1932)
|
||||
#if (_MSC_FULL_VER >= 193231329)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.2.1
|
||||
#define VER_CPL MS Visual C++ 2022 v17.2.(1-2)
|
||||
#elif (_MSC_FULL_VER >= 193231328)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.2.0
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user