Kaydet (Commit) 8d792f63 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS os2port01 (1.11.64); FILE MERGED

2006/11/29 14:26:47 ydario 1.11.64.1: Initial OS/2 import.
üst 514814c1
......@@ -4,9 +4,9 @@
*
* $RCSfile: rtl_String_Const.h,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: hr $ $Date: 2006-06-20 04:23:14 $
* last change: $Author: vg $ $Date: 2007-09-20 15:19:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -365,7 +365,7 @@ 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
#if defined(UNX) || defined(OS2)
static const sal_Int64 kSInt64Max = 9223372036854775807LL;
#else
static const sal_Int64 kSInt64Max = 9223372036854775807;
......
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