mirror of
https://github.com/reactos/CMake.git
synced 2025-02-19 02:57:51 +00:00
cmSystemTools: Remove MSVC6 compatibility define.
This commit is contained in:
parent
5f4695cd06
commit
4efcfe52f4
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user