diff options
author | Jose <jose@zeroc.com> | 2016-11-24 10:11:45 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-11-24 10:11:45 +0100 |
commit | cd0a9e3caeeb5ef8cee34a3f87a9566fc1a3ff8e (patch) | |
tree | b3b2d10411a29ae8f584f3f349d34547dab0fe49 /cpp/include | |
parent | Check PCCERT_CHAIN_CONTEXT TrustStatus rather than CERT_SIMPLE_CHAIN TrustStatus (diff) | |
download | ice-cd0a9e3caeeb5ef8cee34a3f87a9566fc1a3ff8e.tar.bz2 ice-cd0a9e3caeeb5ef8cee34a3f87a9566fc1a3ff8e.tar.xz ice-cd0a9e3caeeb5ef8cee34a3f87a9566fc1a3ff8e.zip |
Port IceSSL/configuration test to UWP and fixes to UWP IceSSL implementation
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/IceSSL/IceSSL.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/include/IceSSL/IceSSL.h b/cpp/include/IceSSL/IceSSL.h index 8bc0c8dee33..c4d46af7a9e 100644 --- a/cpp/include/IceSSL/IceSSL.h +++ b/cpp/include/IceSSL/IceSSL.h @@ -12,9 +12,7 @@ #include <IceUtil/PushDisableWarnings.h> #include <Ice/Config.h> -#if !defined(ICE_OS_WINRT) -# include <IceSSL/Plugin.h> -#endif +#include <IceSSL/Plugin.h> #include <IceSSL/EndpointInfo.h> #include <IceSSL/ConnectionInfo.h> #include <IceUtil/PopDisableWarnings.h> |