mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
commit
4fcf43f92b
@ -107,7 +107,11 @@
|
||||
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1929)
|
||||
#if (_MSC_FULL_VER >= 192930143)
|
||||
#if (_MSC_FULL_VER >= 192930145)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.(15-16)
|
||||
#elif (_MSC_FULL_VER >= 192930144)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.14
|
||||
#elif (_MSC_FULL_VER >= 192930143)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.13
|
||||
#elif (_MSC_FULL_VER >= 192930142)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.12
|
||||
|
||||
Loading…
Reference in New Issue
Block a user