File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Release/src/websockets/client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
#include " stdafx.h"
24
24
25
25
// Include on everything except VS2015 Windows Desktop and Windows Desktop ARM, unless explicitly excluded.
26
- #if !defined(_MSC_VER) || (WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) || (_MSC_VER < 1900 && !defined(_M_ARM) )) && !defined(CPPREST_EXCLUDE_WEBSOCKETS)
26
+ #if !defined(_MSC_VER) || (WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) && !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)) || (_MSC_VER < 1900 && !defined(_M_ARM)) && !defined(CPPREST_EXCLUDE_WEBSOCKETS)
27
27
28
28
namespace web
29
29
{
Original file line number Diff line number Diff line change 27
27
#include " stdafx.h"
28
28
29
29
// Include on everything except VS2015 Windows Desktop and Windows Desktop ARM, unless explicitly excluded.
30
- #if !defined(_MSC_VER) || (WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) || (_MSC_VER < 1900 && !defined(_M_ARM) )) && !defined(CPPREST_EXCLUDE_WEBSOCKETS)
30
+ #if !defined(_MSC_VER) || (WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) && !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)) || (_MSC_VER < 1900 && !defined(_M_ARM)) && !defined(CPPREST_EXCLUDE_WEBSOCKETS)
31
31
32
32
using namespace concurrency ;
33
33
using namespace concurrency ::streams::details;
You can’t perform that action at this time.
0 commit comments