Update the minimum required MSVS version to 2005

This commit is contained in:
Vadim Zeitlin
2021-04-26 16:26:34 +02:00
parent 8b854d2f92
commit 99f2d0ee2b
5 changed files with 9 additions and 6 deletions

View File

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