Mention support for MSVS 2022 in the documentation

Note that this support is still incomplete, notably we don't have
*_vc17.sln files yet and the official build scripts haven't been updated
to build MSVS 2022 binaries neither.
This commit is contained in:
Vadim Zeitlin
2021-08-26 00:02:51 +02:00
parent 8b06dd03aa
commit 5a6109fdce
5 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ wxWidgets first-tier "ports", ie implementations of wxWidgets API, are:
@li wxMSW: This is the native port for Microsoft Windows systems (from Windows
XP up to Windows 10), either 32 or 64 bits. The primarily supported compilers
are Microsoft Visual C++ (versions 2005 up to 2019 are supported, at least 2005
are Microsoft Visual C++ (versions 2005 up to 2022 are supported, at least 2010
is recommended) and GNU g++ (either from the traditional MinGW, TDM-GCC or
MinGW-w64 distributions).