From b0b14bb900aa8b2e49965afbe2b54f1356a962fe Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sun, 4 Mar 2007 04:45:24 +0000 Subject: ChangeLogTag:Sat Mar 3 17:35:52 UTC 2007 Ossama Othman --- ACE/ace/Basic_Types.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ACE/ace/Basic_Types.h b/ACE/ace/Basic_Types.h index 67b0deb2448..9fe9cd24bcc 100644 --- a/ACE/ace/Basic_Types.h +++ b/ACE/ace/Basic_Types.h @@ -867,9 +867,8 @@ ACE_END_VERSIONED_NAMESPACE_DECL # if defined (ACE_LACKS_UNSIGNEDLONGLONG_T) // ACE_U_LongLong's constructor accepts a "long long" in this // case. Set it to ACE_U_LongLong (-1) since the bit pattern for long -// long (-1) should is the same as the maximum unsigned long long -// value. -# define ACE_UINT64_MAX ACE_U_LongLong (ACE_INT64_MIN) +// long (-1) is the same as the maximum unsigned long long value. +# define ACE_UINT64_MAX ACE_U_LongLong (ACE_INT64_LITERAL (0xFFFFFFFFFFFFFFFF)) # else // ACE_U_LongLong's constructor accepts an ACE_UINT32 low and high // pair of parameters. -- cgit v1.2.1