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 28919d0 commit b226326Copy full SHA for b226326
Release/include/cpprest/http_listener.h
@@ -21,7 +21,7 @@
21
#include <boost/asio/ssl.hpp>
22
#endif
23
24
-#if !defined(_WIN32) || (_WIN32_WINNT >= _WIN32_WINNT_VISTA && !defined(__cplusplus_winrt))
+#if !defined(_WIN32) || (_WIN32_WINNT >= _WIN32_WINNT_VISTA && !defined(__cplusplus_winrt)) || defined(CPPREST_FORCE_HTTP_LISTENER_ASIO)
25
26
namespace web
27
{
0 commit comments