File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Release/src/http/listener Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414#include " stdafx.h"
1515
16- #if !defined(_WIN32) || (_WIN32_WINNT >= _WIN32_WINNT_VISTA && !defined(__cplusplus_winrt))
16+ #if !defined(_WIN32) || (_WIN32_WINNT >= _WIN32_WINNT_VISTA && !defined(__cplusplus_winrt)) || defined(CPPREST_FORCE_HTTP_LISTENER_ASIO)
1717
1818using namespace web ::http::experimental;
1919
Original file line number Diff line number Diff line change 1111
1212#include " stdafx.h"
1313
14- #if !defined(_WIN32) || (_WIN32_WINNT >= _WIN32_WINNT_VISTA && !defined(__cplusplus_winrt))
14+ #if !defined(_WIN32) || (_WIN32_WINNT >= _WIN32_WINNT_VISTA && !defined(__cplusplus_winrt)) || defined(CPPREST_FORCE_HTTP_LISTENER_ASIO)
1515#include " http_server_impl.h"
1616
1717using namespace web ;
You can’t perform that action at this time.
0 commit comments