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

version 1.29, 2005/11/09 22:34:09 version 1.33, 2006/01/18 22:22:32
Line 98 
Line 98 
 // 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)
   #ifdef PEGASUS_INTERNALONLY
   #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
 // 1300 (subtract 600 to get the version of Visual Studio). Look in // 1300 (subtract 600 to get the version of Visual Studio). Look in
 // SystemWindows.cpp for the definitions. // SystemWindows.cpp for the definitions.
 // //
 #if (_MSC_VER < 1300)  #if (_MSC_VER < 1300) && defined(PEGASUS_INTERNALONLY) && defined(__cplusplus)
 # include <iostream> # include <iostream>
 namespace std namespace std
 { {
Line 124 
Line 129 
 } }
 #endif /* _MSC_VER < 1300 */ #endif /* _MSC_VER < 1300 */
  
   #define PEGASUS_SOCKLEN_T int
   
 #endif /* Pegasus_Platform_WIN32_IX86_MSVC_h */ #endif /* Pegasus_Platform_WIN32_IX86_MSVC_h */


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2