mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 19:42:48 -05:00
buildinfo.c: add another Visual Studio version.
It's not listed on the docs web page yet, but my Windows machine just installed it, so I was able to observe myself what value of _MSC_VER it defines.
This commit is contained in:
@ -44,6 +44,8 @@ char *buildinfo(const char *newline)
|
||||
* cases, two different compiler versions have the same _MSC_VER
|
||||
* value, and have to be distinguished by _MSC_FULL_VER.
|
||||
*/
|
||||
#elif _MSC_VER == 1933
|
||||
put_fmt(buf, " 2022 (17.3)");
|
||||
#elif _MSC_VER == 1932
|
||||
put_fmt(buf, " 2022 (17.2)");
|
||||
#elif _MSC_VER == 1931
|
||||
|
Reference in New Issue
Block a user