mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #5204 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.10.1) update
This commit is contained in:
commit
a3201489d6
@ -3,7 +3,7 @@
|
||||
== This file is intended for the "Translators" to communicate to them the "Line Numbers" of ==
|
||||
== the "Added or Modified" lines in "Resource" files ("filename_xx_yy.rc" and "grepWinNP3.lang"). ==
|
||||
== ==
|
||||
== Last update: 2024-04-30 ==
|
||||
== Last update: 2024-05-31 ==
|
||||
======================================================================================================
|
||||
|
||||
January 2023: Line numbers to translate_2023-01 - No "Added or Modified" items in January 2023
|
||||
@ -23,7 +23,7 @@ January 2024: Line numbers to translate_2024-01 - No "Added or Modified" items i
|
||||
Februar 2024: Line numbers to translate_2024-02 - No "Added or Modified" items in February 2024
|
||||
March 2024: Line numbers to translate_2024-03 - No "Added or Modified" items in March 2024
|
||||
April 2024: Line numbers to translate_2024-04 - No "Added or Modified" items in April 2024
|
||||
May 2024: Line numbers to translate_2024-05 - (2024-05-xx)
|
||||
May 2024: Line numbers to translate_2024-05 - https://workupload.com/file/gTG3tx8xeDn (2024-05-31)
|
||||
June 2024: Line numbers to translate_2024-06 - (2024-06-xx)
|
||||
July 2024: Line numbers to translate_2024-07 - (2024-07-xx)
|
||||
August 2024: Line numbers to translate_2024-08 - (2024-08-xx)
|
||||
|
||||
@ -154,7 +154,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1940)
|
||||
#if (_MSC_FULL_VER >= 194033808)
|
||||
#if (_MSC_FULL_VER >= 194033811)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.10.1
|
||||
#elif (_MSC_FULL_VER >= 194033808)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.10.0
|
||||
#endif
|
||||
#elif (_MSC_VER == 1939)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user