summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL/Plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceSSL/Plugin.h')
-rw-r--r--cpp/include/IceSSL/Plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceSSL/Plugin.h b/cpp/include/IceSSL/Plugin.h
index 8dd6fa24d8b..82143cb4ac9 100644
--- a/cpp/include/IceSSL/Plugin.h
+++ b/cpp/include/IceSSL/Plugin.h
@@ -25,7 +25,7 @@
// For struct sockaddr_storage
#ifdef _WIN32
-#ifndef ICE_OS_WINRT
+#ifndef ICE_OS_UWP
# include <winsock2.h>
#endif
#else
@@ -72,7 +72,7 @@ typedef SecKeyRef KeyRef;
typedef CERT_SIGNED_CONTENT_INFO* X509CertificateRef;
typedef CERT_PUBLIC_KEY_INFO* KeyRef;
-#elif defined(ICE_OS_WINRT)
+#elif defined(ICE_OS_UWP)
typedef Windows::Security::Cryptography::Certificates::Certificate^ X509CertificateRef;
typedef Windows::Security::Cryptography::Core::CryptographicKey^ KeyRef;