We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649ffdc commit 547fa26Copy full SHA for 547fa26
vendor/cpp-httplib/httplib.h
@@ -31,10 +31,11 @@
31
"cpp-httplib doesn't support platforms where size_t is less than 64 bits."
32
#endif
33
34
+// TODO: check this
35
#ifdef _WIN32
-#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0A00
36
-#error \
37
- "cpp-httplib doesn't support Windows 8 or lower. Please use Windows 10 or later."
+#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0602
+#error \
38
+ "cpp-httplib doesn't support Windows versions below Windows 8."
39
40
41
0 commit comments