mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+upd: version info for MS VS2022 (v17.4.1) update
This commit is contained in:
parent
8f866258df
commit
136250db61
@ -151,7 +151,7 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1934)
|
||||
#if (_MSC_FULL_VER >= 193431933)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.4.0
|
||||
#define VER_CPL MS Visual C++ 2022 v17.4.(0-1)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1933)
|
||||
#if (_MSC_FULL_VER >= 193331630)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user