(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.12 and 1.13

version 1.12, 2002/06/01 00:56:37 version 1.13, 2002/07/26 20:01:19
Line 23 
Line 23 
 // //
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By:  // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
   //                (carolann_graves@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_Platform_WIN32_IX86_MSVC_h #ifndef Pegasus_Platform_WIN32_IX86_MSVC_h
 #define Pegasus_Platform_WIN32_IX86_MSVC_h #define Pegasus_Platform_WIN32_IX86_MSVC_h
  
 #include <Pegasus/Common/ConfigWindows.h>  #define PEGASUS_OS_TYPE_WINDOWS
   
   #define PEGASUS_EXPORT __declspec(dllexport)
   
   #define PEGASUS_IMPORT __declspec(dllimport)
  
 #define PEGASUS_OS_WIN32 #define PEGASUS_OS_WIN32
  
Line 57 
Line 62 
  
 #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION
  
 #define PEGASUS_HAVE_BOOLEAN  #define PEGASUS_HAVE_IOS_BINARY
   
   // Suppress this warning: "identifier was truncated to '255' characters in the
   // debug information":
   #pragma warning( disable : 4786 )
   
   // Suppress this warning: "class <XXX> needs to have dll-interface to be used
   // by clients of class <YYY>"
   #pragma warning ( disable : 4251 )
   
   // Suppress this warning : "'this' : used in base member initializer list"
   #pragma warning ( disable : 4355 )
  
 #endif /* Pegasus_Platform_WIN32_IX86_MSVC_h */ #endif /* Pegasus_Platform_WIN32_IX86_MSVC_h */


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2