Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Master

This commit is contained in:
METANEOCORTEX\Kotti 2022-05-30 08:52:52 +02:00
commit 63de00cfa3

View File

@ -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