summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2001-12-27 19:36:25 +0000
committerMatthew Newhook <matthew@zeroc.com>2001-12-27 19:36:25 +0000
commitae58bc1b04d577d4016ee73eb10aa91f80f7edab (patch)
tree9433858fd642a6ff77c9fb75624de94490077406 /cpp
parentIceThread merge. (diff)
downloadice-ae58bc1b04d577d4016ee73eb10aa91f80f7edab.tar.bz2
ice-ae58bc1b04d577d4016ee73eb10aa91f80f7edab.tar.xz
ice-ae58bc1b04d577d4016ee73eb10aa91f80f7edab.zip
WIN32 updates.
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Ice/SslSystemOpenSSL.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/SslSystemOpenSSL.cpp b/cpp/src/Ice/SslSystemOpenSSL.cpp
index 8e0be42b74d..1c6b957d517 100644
--- a/cpp/src/Ice/SslSystemOpenSSL.cpp
+++ b/cpp/src/Ice/SslSystemOpenSSL.cpp
@@ -12,9 +12,10 @@
#endif
//
-// This needs to be first since the openssl headers redefine _WIN32_WINNT.
+// This needs to be first since <openssl/e_os.h> #include <windows.h>
+// without our configuration settings.
//
-#include <IceUtil/Mutex.h>
+#include <IceUtil/Config.h>
#include <sstream>
#include <IceUtil/Mutex.h>