diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-11-20 21:24:27 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-11-20 21:24:27 (GMT) |
commit | 4efcfe52f491a6cd43809d5a182192060d77c5e8 (patch) | |
tree | 81d140c5915ddf54eb8dfafcef8a807297596a07 /Source/cmSystemTools.cxx | |
parent | 5f4695cd06a124236520c8a28d8b65929f83bd3f (diff) | |
download | CMake-4efcfe52f491a6cd43809d5a182192060d77c5e8.zip CMake-4efcfe52f491a6cd43809d5a182192060d77c5e8.tar.gz CMake-4efcfe52f491a6cd43809d5a182192060d77c5e8.tar.bz2 |
cmSystemTools: Remove MSVC6 compatibility define.
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 3247f7f..f6f800c 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -9,9 +9,7 @@ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License for more information. ============================================================================*/ -#if defined(_MSC_VER) && _MSC_VER < 1300 -# define _WIN32_WINNT 0x0400 /* for wincrypt.h */ -#endif + #include "cmSystemTools.h" #include <ctype.h> #include <errno.h> |