mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #5332 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.12.2) update
This commit is contained in:
commit
ec3af4c348
@ -154,7 +154,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1942)
|
||||
#if (_MSC_FULL_VER >= 194234433)
|
||||
#if (_MSC_FULL_VER >= 194234435)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.12.2
|
||||
#elif (_MSC_FULL_VER >= 194234433)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.12.(0-1)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1941)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user