(file) Return to Config.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Config.h between version 1.39 and 1.40

version 1.39, 2003/04/11 00:09:19 version 1.40, 2003/04/30 18:26:55
Line 148 
Line 148 
 #define PEGASUS_UINT64_LITERAL(X) (Uint64 (X##ULL)) #define PEGASUS_UINT64_LITERAL(X) (Uint64 (X##ULL))
 #endif #endif
  
   // Used in printf and scanf conversion strings for Uint64 and Sint64 arguments
   #ifndef PEGASUS_64BIT_CONVERSION_WIDTH
   #define PEGASUS_64BIT_CONVERSION_WIDTH "ll"
   #endif
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 typedef bool Boolean;  // If platform w/o bool, add flag and include Boolean.h typedef bool Boolean;  // If platform w/o bool, add flag and include Boolean.h


Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2