mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ upd: VS2019 versio update
This commit is contained in:
parent
662ab22758
commit
7f23f66dbc
@ -61,7 +61,9 @@
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1920)
|
||||
#if(_MSC_FULL_VER >= 192027323)
|
||||
#if(_MSC_FULL_VER >= v192027404)
|
||||
#define VER_CPL MS Visual C++ 2019 16.(RC) Prev 4.0
|
||||
#elif(_MSC_FULL_VER >= 192027323)
|
||||
#define VER_CPL MS Visual C++ 2019 16.0.0 Prev 3.0
|
||||
#elif(_MSC_FULL_VER >= 192027305)
|
||||
#define VER_CPL MS Visual C++ 2019 16.0.0 Prev 2.(0-2)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user