(file) Return to Platform_WIN32_IX86_MSVC.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Platform_WIN32_IX86_MSVC.h between version 1.31 and 1.32

version 1.31, 2005/11/22 20:10:30 version 1.32, 2005/12/22 01:59:23
Line 79 
Line 79 
 #define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
 #endif #endif
  
   #ifdef PEGASUS_INTERNALONLY
 // Suppress this warning: "identifier was truncated to '255' characters in the // Suppress this warning: "identifier was truncated to '255' characters in the
 // debug information": // debug information":
 #pragma warning( disable : 4786 ) #pragma warning( disable : 4786 )
Line 98 
Line 99 
 // Suppress this warning : "'this' : used in base member initializer list" // Suppress this warning : "'this' : used in base member initializer list"
 #pragma warning ( disable : 4355 ) #pragma warning ( disable : 4355 )
  
   // Suppress this warning: 'type' : forcing value to bool 'true' or 'false' (performance warning)
   #pragma warning( disable : 4800 )
   #endif
   
 // //
 // Prior to Microsoft Visual Studio 7.0, there were no stream inserters for // Prior to Microsoft Visual Studio 7.0, there were no stream inserters for
 // __int64 and unsigned __int64. We declare them if the _MSC_VER is less than // __int64 and unsigned __int64. We declare them if the _MSC_VER is less than


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2