+ Current Build Information - VS2019 v16.1.(0-1)

This commit is contained in:
Pairi Daiza 2019-05-24 19:22:56 +02:00
parent 86e29893a6
commit c6cb2f6ed6
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ CHANGES:
- Make Custom.Schemes and Find/Replace dialog resizable
- BOOKMARK (margin flag) style changed to vertical flavor
- Auto-Save after elevating user right
- Support Compiler version (VC v1921) 192127702 - VS2019 v16.1.0
- Support Compiler version (VC v1921) 192127702 - VS2019 v16.1.(0-1)
- Rework Chinese encoding (GBK,GB2312,GB18030) detection and selection
- Make international language menu (language independent)
- Start dual encoding detectors in (thread) parallel for large files

View File

@ -68,7 +68,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER >= 1920)
#if(_MSC_FULL_VER >= 192127702)
#define VER_CPL MS Visual C++ 2019 v16.1.0
#define VER_CPL MS Visual C++ 2019 v16.1.(0-1)
#elif(_MSC_FULL_VER >= 192027508)
#define VER_CPL MS Visual C++ 2019 v16.0.(0-4)
#elif(_MSC_FULL_VER >= 192027027)