Add Windows 11 to support MSW versions in the documentation

Update (hopefully all) the other enumerations of MSW versions to include
Windows 11 too.
This commit is contained in:
Vadim Zeitlin
2022-04-19 00:52:40 +02:00
parent 7d73617b33
commit a473a5746a
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ paragraphs, but here are some of the benefits:
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
XP up to Windows 11), either 32 or 64 bits. The primarily supported compilers
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).