- disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information)

- added batchbuild config for XP VM
This commit is contained in:
Baptiste Lepilleur
2013-05-09 16:24:13 +00:00
parent cb5ae30f6e
commit 7b62ceacee
2 changed files with 29 additions and 0 deletions

View File

@@ -68,6 +68,9 @@
// Microsoft Visual Studio 6 only support conversion from __int64 to double
// (no conversion from unsigned __int64).
#define JSON_USE_INT64_DOUBLE_CONVERSION 1
// Disable warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information)
// All projects I've ever seen with VS6 were using this globally (not bothering with pragma push/pop).
#pragma warning(disable : 4786)
#endif // if defined(_MSC_VER) && _MSC_VER < 1200 // MSVC 6
#if defined(_MSC_VER) && _MSC_VER >= 1500 // MSVC 2008