mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08:00
cmStandardIncludes: Remove std namespace hack.
This commit is contained in:
@@ -87,11 +87,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
// if std:: is not supported, then just #define it away
|
|
||||||
#ifdef CMAKE_NO_STD_NAMESPACE
|
|
||||||
#define std
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined( _MSC_VER )
|
#if defined( _MSC_VER )
|
||||||
typedef unsigned short mode_t;
|
typedef unsigned short mode_t;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user