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 13
13
14
14
#include " stdafx.h"
15
15
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)
17
17
18
18
using namespace web ::http::experimental;
19
19
Original file line number Diff line number Diff line change 11
11
12
12
#include " stdafx.h"
13
13
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)
15
15
#include " http_server_impl.h"
16
16
17
17
using namespace web ;
You can’t perform that action at this time.
0 commit comments