mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #1073 from RaiKoHoff/Dev_UCHARDET
Update VS2019 Prev compiler tool-set update
This commit is contained in:
commit
aa0c4a33b5
@ -61,7 +61,9 @@
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1920)
|
||||
#if(_MSC_FULL_VER >= v192027404)
|
||||
#if(_MSC_FULL_VER >= 192027508)
|
||||
#define VER_CPL MS Visual C++ 2019 16.0.0 Prev 4.3
|
||||
#elif(_MSC_FULL_VER >= 192027404)
|
||||
#define VER_CPL MS Visual C++ 2019 16.0.0 Prev 4.(0-2)
|
||||
#elif(_MSC_FULL_VER >= 192027323)
|
||||
#define VER_CPL MS Visual C++ 2019 16.0.0 Prev 3.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user