mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #5401 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.13.5) update
This commit is contained in:
commit
18cd11b3d4
@ -20,8 +20,8 @@ Novemb. 2024: Line numbers to translate_2024-11 - https://workupload.com/file/3Z
|
||||
Decemb. 2024: Line numbers to translate_2024-12 - No "Added or Modified" items in December 2024
|
||||
|
||||
January 2025: Line numbers to translate_2025-01 - No "Added or Modified" items in January 2025
|
||||
Februar 2025: Line numbers to translate_2025-02 - (2025-02-xx)
|
||||
March 2025: Line numbers to translate_2025-03 - (2025-03-xx)
|
||||
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)
|
||||
June 2025: Line numbers to translate_2025-06 - (2025-06-xx)
|
||||
|
||||
@ -159,7 +159,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1943)
|
||||
#if (_MSC_FULL_VER >= 194334809)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.13.(3-4)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.13.(3-5)
|
||||
#elif (_MSC_FULL_VER >= 194334808)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.13.(0-2)
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user