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

@ -31,7 +31,7 @@ This version of wxWidgets supports the following primary platforms:
Most popular C++ compilers are supported including but not limited to:
- Microsoft Visual C++ 2005 or later (up to 2019).
- Microsoft Visual C++ 2005 or later (up to 2022).
- g++ 4 or later, including MinGW/MinGW-64/TDM under Windows.
- Clang under macOS and Linux.
- Intel icc compiler.