Update README

This commit is contained in:
yhirose 2021-09-17 21:26:31 -04:00 committed by GitHub
parent 623ab4a96e
commit e07f7691a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -787,7 +787,7 @@ Include `httplib.h` before `Windows.h` or include `Windows.h` by defining `WIN32
#include <httplib.h>
```
Note: cpp-httplib officially supports only the latest Visual Studio. It might work with former versions of Visual Studio, but I can't no longer verify it. Pull requests are always welcome for the older Visual Sutudio unless it breaks the C++11 conformance.
Note: cpp-httplib officially supports only the latest Visual Studio. It might work with former versions of Visual Studio, but I can no longer verify it. Pull requests are always welcome for the older versions of Visual Sutudio unless they break the C++11 conformance.
Note: Windows 8 or lower and Cygwin on Windows are not supported.