diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-07-27 18:09:01 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-07-27 18:09:01 -0400 |
commit | db5d71b913c4ab9956e26a92ca37689c708b7d07 (patch) | |
tree | 782337425b902ef7f196f5e4d3564a7cfcc3d69c /cpp/src/Ice/ThreadPool.cpp | |
parent | mingw and ruby build fixes (diff) | |
download | ice-db5d71b913c4ab9956e26a92ca37689c708b7d07.tar.bz2 ice-db5d71b913c4ab9956e26a92ca37689c708b7d07.tar.xz ice-db5d71b913c4ab9956e26a92ca37689c708b7d07.zip |
Fixes for Ruby x64 on Windows + MinGW cleanups
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r-- | cpp/src/Ice/ThreadPool.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index cecbd78d868..1b2907a87c6 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -7,14 +7,6 @@ // // ********************************************************************** -// -// The following is required for MinGW to bring in -// some definitions. -// -#if defined(__MINGW32__) -# define _WIN32_WINNT 0x0501 -#endif - #include <Ice/ThreadPool.h> #include <IceUtil/DisableWarnings.h> #include <Ice/EventHandler.h> |