summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslConnectionOpenSSL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/SslConnectionOpenSSL.cpp')
-rw-r--r--cpp/src/Ice/SslConnectionOpenSSL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSL.cpp b/cpp/src/Ice/SslConnectionOpenSSL.cpp
index 7bc74e0559d..a0116fdf1c1 100644
--- a/cpp/src/Ice/SslConnectionOpenSSL.cpp
+++ b/cpp/src/Ice/SslConnectionOpenSSL.cpp
@@ -13,7 +13,7 @@
// This is due to STL template identifiers expansion.
// The MSDN Library recommends that you put this pragma directive
// in place to avoid the warnings.
-#ifdef WIN32
+#ifdef _WIN32
#pragma warning(disable:4786)
#endif