Kaydet (Commit) 95f3d2e5 authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS qadev19 (1.4.60); FILE MERGED

2004/09/20 13:05:47 lla 1.4.60.1: #117552# problems with 64bit values solved
üst b8a94854
......@@ -2,9 +2,9 @@
*
* $RCSfile: rtl_String_Const.h,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: obo $ $Date: 2004-03-19 14:57:35 $
* last change: $Author: pjunck $ $Date: 2004-11-02 10:31:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -466,8 +466,11 @@ static const sal_Int16 kSInt16Max = SHRT_MAX;
static const sal_Int32 kUInt16Max = USHRT_MAX;
static const sal_Int32 kSInt32Max = INT_MAX;
static const sal_Int64 kUInt32Max = UINT_MAX;
#ifdef UNX
static const sal_Int64 kSInt64Max = 9223372036854775807LL;
#else
static const sal_Int64 kSInt64Max = 9223372036854775807;
#endif
//------------------------------------------------------------------------
static const sal_Int32 kInt32MaxNumsCount = 5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment