(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.17 and 1.27

version 1.17, 2003/10/13 22:09:05 version 1.27, 2005/10/17 20:51:56
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2005////////////////////////////////////////////////////////////////////////
 // //
 // 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.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; VERITAS Software 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 21 
Line 27 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // 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
Line 64 
Line 65 
  
 #define PEGASUS_HAVE_IOS_BINARY #define PEGASUS_HAVE_IOS_BINARY
  
   #define PEGASUS_MAXHOSTNAMELEN  64
   
   #define PEGASUS_DISABLE_INTERNAL_INLINES
   
   #define PEGASUS_SOCKET SOCKET
   #define PEGASUS_INVALID_SOCKET INVALID_SOCKET
   
 // Exclude rarely-used stuff from Windows headers // Exclude rarely-used stuff from Windows headers
 // Note: this is also an easy way to avoid the often introduced // Note: this is also an easy way to avoid the often introduced
 // winsock.h/winsock2.h mixing compiler error problems. // winsock.h/winsock2.h mixing compiler error problems.
   #ifndef WIN32_LEAN_AND_MEAN
 #define 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":


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.27

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2