mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ upd: MS VS 2019 version update (v16.8.2)
This commit is contained in:
parent
d460b7322b
commit
02ce2a679f
@ -74,7 +74,9 @@
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1928)
|
||||
#if (_MSC_FULL_VER >= 192829333)
|
||||
#if (_MSC_FULL_VER >= 192829334)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.8.2
|
||||
#elif (_MSC_FULL_VER >= 192829333)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.8.1
|
||||
#elif (_MSC_FULL_VER > 192800000)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.8.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user