(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.14 and 1.14.2.1

version 1.14, 2002/08/22 20:08:33 version 1.14.2.1, 2002/10/28 15:43:24
Line 47 
Line 47 
  
 #define PEGASUS_SINT64 __int64 #define PEGASUS_SINT64 __int64
  
 #define PEGASUS_SINT64_LITERAL(X) Sint64(X)  #define PEGASUS_LLONG_MAX Sint64(9223372036854775807)
 #define PEGASUS_UINT64_LITERAL(X) Uint64(X)  #define PEGASUS_LLONG_MIN (-PEGASUS_LLONG_MAX - 1)
   
   #define PEGASUS_ULLONG_MAX Uint64(18446744073709551615)
  
 #define PEGASUS_HAVE_NAMESPACES #define PEGASUS_HAVE_NAMESPACES
  


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2