summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLPluginI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-02-22 15:25:21 +0000
committerMarc Laukien <marc@zeroc.com>2003-02-22 15:25:21 +0000
commitcd57759be721a85a998c3a1f2c694520d30f9a32 (patch)
tree16e45dc0cf3a22d9e6d3ea9af54907f2b019d89f /cpp/src/IceSSL/OpenSSLPluginI.cpp
parentversion -> 1.0.1 (diff)
downloadice-cd57759be721a85a998c3a1f2c694520d30f9a32.tar.bz2
ice-cd57759be721a85a998c3a1f2c694520d30f9a32.tar.xz
ice-cd57759be721a85a998c3a1f2c694520d30f9a32.zip
fix
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp')
-rw-r--r--cpp/src/IceSSL/OpenSSLPluginI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp
index 2953719202b..522888a9a5a 100644
--- a/cpp/src/IceSSL/OpenSSLPluginI.cpp
+++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp
@@ -149,7 +149,7 @@ unsigned long IceSSL::idFunction()
{
unsigned long threadID = 0;
-#ifdef WINDOWS
+#ifdef _WIN32
threadID = GetCurrentThreadId();
#elif _POSIX_THREADS
threadID = pthread_self();