mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+upd: version info for MS VS2022 (v17.8.0) update
This commit is contained in:
parent
9bb4309a84
commit
fc39fa5848
@ -84,7 +84,6 @@ CHANGES:
|
||||
[.619.1]- Tooltip/Calltip style using Segoe UI font.
|
||||
[.616.1]- Web Source Code: enhancement for commenting in embedded scripts.
|
||||
[.526.1]- Removing square brackets from being valid codepoints of URL (hyperlink) regex.
|
||||
[.521.1]- Copy an "Additional Notepad3Portable.cmd Launcher" in PAF file [Root].
|
||||
[.503.1]- Minor enhancement on log file monitoring.
|
||||
[.501.1]- Add some new sentences for Logfile Monitoring.
|
||||
[.430.1]- Some enhancements for Logfile Monitoring.
|
||||
|
||||
@ -28,7 +28,7 @@ June 2023: Line numbers to translate_2023-06 - https://workupload.com/file/Xx
|
||||
July 2023: Line numbers to translate_2023-07 - https://workupload.com/file/Uqb2Sp3a9AH (2023-07-07)
|
||||
August 2023: Line numbers to translate_2023-08 - https://workupload.com/file/tffXdy5dupA (2023-08-28)
|
||||
Septemb 2023: Line numbers to translate_2023-09 - https://workupload.com/file/JqfeAM46MxL (2023-09-13)
|
||||
October 2023: Line numbers to translate_2023-10 - (2023-10-xx)
|
||||
October 2023: Line numbers to translate_2023-10 - No "Added or Modified" items in October 2023
|
||||
Novemb. 2023: Line numbers to translate_2023-11 - (2023-11-xx)
|
||||
Decemb. 2023: Line numbers to translate_2023-12 - (2023-12-xx)
|
||||
|
||||
|
||||
@ -148,7 +148,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
#undef VER_CPL
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1937)
|
||||
#if (_MSC_VER == 1938)
|
||||
#if (_MSC_FULL_VER >= 193833130)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.8.0
|
||||
#endif
|
||||
#elif (_MSC_VER == 1937)
|
||||
#if (_MSC_FULL_VER >= 193732825)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.7.(5-6)
|
||||
#elif (_MSC_FULL_VER >= 193732824)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user