synched with trunk at revision 32129

This commit is contained in:
Nick Samarin
2010-10-03 16:28:28 +00:00
1278 changed files with 44751 additions and 36586 deletions

View File

@@ -34,7 +34,7 @@ typedef unsigned __int64 uint_ptr;
typedef unsigned long uint_ptr;
#endif
#ifdef WIN32
#if defined(WIN32) && !defined(FREE_WINDOWS)
// This warning tells us about truncation of __long__ stl-generated names.
// It can occasionally cause DevStudio to have internal compiler warnings.
#pragma warning( disable : 4786 )