diff options
author | Matthew Newhook <matthew@zeroc.com> | 2001-12-27 19:36:25 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2001-12-27 19:36:25 +0000 |
commit | ae58bc1b04d577d4016ee73eb10aa91f80f7edab (patch) | |
tree | 9433858fd642a6ff77c9fb75624de94490077406 /cpp/src/Ice | |
parent | IceThread merge. (diff) | |
download | ice-ae58bc1b04d577d4016ee73eb10aa91f80f7edab.tar.bz2 ice-ae58bc1b04d577d4016ee73eb10aa91f80f7edab.tar.xz ice-ae58bc1b04d577d4016ee73eb10aa91f80f7edab.zip |
WIN32 updates.
Diffstat (limited to 'cpp/src/Ice')
-rw-r--r-- | cpp/src/Ice/SslSystemOpenSSL.cpp | 5 |
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> |