From 623ab4a96e2ced02e212ef779a50afe802cee6e6 Mon Sep 17 00:00:00 2001 From: yhirose Date: Fri, 17 Sep 2021 11:36:08 -0400 Subject: [PATCH] Updated README regarding Visual Studio support --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 174365a..d0694e9 100644 --- a/README.md +++ b/README.md @@ -787,6 +787,8 @@ Include `httplib.h` before `Windows.h` or include `Windows.h` by defining `WIN32 #include ``` +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: Windows 8 or lower and Cygwin on Windows are not supported. License