mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #5431 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.14.5-8) update
This commit is contained in:
commit
0e9cb87d70
@ -24,7 +24,7 @@ Februar 2025: Line numbers to translate_2025-02 - No "Added or Modified" items i
|
||||
March 2025: Line numbers to translate_2025-03 - No "Added or Modified" items in March 2025
|
||||
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)
|
||||
June 2025: Line numbers to translate_2025-06 - No "Added or Modified" items in June 2025
|
||||
July 2025: Line numbers to translate_2025-07 - (2025-07-xx)
|
||||
August 2025: Line numbers to translate_2025-08 - (2025-08-xx)
|
||||
Septemb 2025: Line numbers to translate_2025-09 - (2025-09-xx)
|
||||
|
||||
@ -159,7 +159,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1944)
|
||||
#if (_MSC_FULL_VER >= 194435211)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.14.7
|
||||
#define VER_CPL MS Visual C++ 2022 v17.14.(7-8)
|
||||
#elif (_MSC_FULL_VER >= 194435210)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.14.(5-6)
|
||||
#elif (_MSC_FULL_VER >= 194435209)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user