(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.16 and 1.20

version 1.16, 2003/06/25 17:44:03 version 1.20, 2004/08/20 14:55:52
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2003////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development
 // The Open Group, Tivoli Systems  // Company, L. P., IBM Corp., The Open Group, Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
   // IBM Corp.; EMC Corporation, The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 64 
Line 66 
  
 #define PEGASUS_HAVE_IOS_BINARY #define PEGASUS_HAVE_IOS_BINARY
  
   #define PEGASUS_MAXHOSTNAMELEN  64
   
   // Exclude rarely-used stuff from Windows headers
   // Note: this is also an easy way to avoid the often introduced
   // winsock.h/winsock2.h mixing compiler error problems.
   #ifndef WIN32_LEAN_AND_MEAN
   #define WIN32_LEAN_AND_MEAN
   #endif
   
 // 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 )


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2