You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -787,6 +787,8 @@ Include `httplib.h` before `Windows.h` or include `Windows.h` by defining `WIN32
787
787
#include<httplib.h>
788
788
```
789
789
790
+
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.
791
+
790
792
Note: Windows 8 or lower and Cygwin on Windows are not supported.
0 commit comments