mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Master
This commit is contained in:
commit
69d18d0fbe
@ -77,7 +77,9 @@
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1930)
|
||||
#if (_MSC_FULL_VER >= 193030705)
|
||||
#if (_MSC_FULL_VER >= 193030706)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.0.2
|
||||
#elif (_MSC_FULL_VER >= 193030705)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1929)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user