mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+upd: version info for MS VS2022 (v17.14.3) update
This commit is contained in:
parent
fc100dd617
commit
fa321f3247
@ -22,8 +22,8 @@ Decemb. 2024: Line numbers to translate_2024-12 - No "Added or Modified" items i
|
||||
January 2025: Line numbers to translate_2025-01 - No "Added or Modified" items in January 2025
|
||||
Februar 2025: Line numbers to translate_2025-02 - No "Added or Modified" items in February 2025
|
||||
March 2025: Line numbers to translate_2025-03 - No "Added or Modified" items in March 2025
|
||||
April 2025: Line numbers to translate_2025-04 - (2025-04-xx)
|
||||
May 2025: Line numbers to translate_2025-05 - (2025-05-xx)
|
||||
April 2025: Line numbers to translate_2025-04 - No "Added or Modified" items in April 2025
|
||||
May 2025: Line numbers to translate_2025-05 - No "Added or Modified" items in May 2025
|
||||
June 2025: Line numbers to translate_2025-06 - (2025-06-xx)
|
||||
July 2025: Line numbers to translate_2025-07 - (2025-07-xx)
|
||||
August 2025: Line numbers to translate_2025-08 - (2025-08-xx)
|
||||
|
||||
@ -158,7 +158,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1944)
|
||||
#if (_MSC_FULL_VER >= 194435207)
|
||||
#if (_MSC_FULL_VER >= 194435208)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.14.3
|
||||
#elif (_MSC_FULL_VER >= 194435207)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.14.(0-2)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1943)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user