mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
VS2019 and VS2022 Version changes
This commit is contained in:
parent
43a518e266
commit
424beae74e
@ -78,14 +78,16 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1930)
|
||||
#if (_MSC_FULL_VER >= 193030709)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.0.5
|
||||
#define VER_CPL MS Visual C++ 2022 v17.0.(5-6)
|
||||
#elif (_MSC_FULL_VER >= 193030706)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.0.(2-4)
|
||||
#elif (_MSC_FULL_VER >= 193030705)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1929)
|
||||
#if (_MSC_FULL_VER >= 192930139)
|
||||
#if (_MSC_FULL_VER >= 192930140)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.10
|
||||
#elif (_MSC_FULL_VER >= 192930139)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.9
|
||||
#elif (_MSC_FULL_VER >= 192930138)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user