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:
@@ -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;");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user