forked from OSchip/llvm-project
First test commit by Francois Pichet. _CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES is not a predefined macro, remove it.
llvm-svn: 112953
This commit is contained in:
parent
bc42c906bb
commit
a5a5f470f1
|
@ -340,9 +340,6 @@ static void InitializePredefinedMacros(const TargetInfo &TI,
|
|||
// Since we define wchar_t in C++ mode.
|
||||
Builder.defineMacro("_WCHAR_T_DEFINED");
|
||||
Builder.defineMacro("_NATIVE_WCHAR_T_DEFINED");
|
||||
// FIXME: This should be temporary until we have a __pragma
|
||||
// solution, to avoid some errors flagged in VC++ headers.
|
||||
Builder.defineMacro("_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES", "0");
|
||||
Builder.append("class type_info;");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue