(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.32 and 1.33

version 1.32, 2005/12/22 01:59:23 version 1.33, 2006/01/18 22:22:32
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 100 
Line 99 
 #pragma warning ( disable : 4355 ) #pragma warning ( disable : 4355 )
  
 // Suppress this warning: 'type' : forcing value to bool 'true' or 'false' (performance warning) // Suppress this warning: 'type' : forcing value to bool 'true' or 'false' (performance warning)
   #ifdef PEGASUS_INTERNALONLY
 #pragma warning( disable : 4800 ) #pragma warning( disable : 4800 )
 #endif #endif
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2