| Index: include/freetype/config/ftstdlib.h
|
| diff --git a/include/freetype/config/ftstdlib.h b/include/freetype/config/ftstdlib.h
|
| index 30ec14e74efce68bc034d055ed4983ae85ee6980..11d5d0e65bcd5d9250ce4fd47dc6172e62ffb8df 100644
|
| --- a/include/freetype/config/ftstdlib.h
|
| +++ b/include/freetype/config/ftstdlib.h
|
| @@ -5,7 +5,7 @@
|
| /* ANSI-specific library and header configuration file (specification */
|
| /* only). */
|
| /* */
|
| -/* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2009 by */
|
| +/* Copyright 2002-2007, 2009, 2011 by */
|
| /* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| /* */
|
| /* This file is part of the FreeType project, and may only be used, */
|
| @@ -59,11 +59,12 @@
|
|
|
| #include <limits.h>
|
|
|
| -#define FT_CHAR_BIT CHAR_BIT
|
| -#define FT_INT_MAX INT_MAX
|
| -#define FT_INT_MIN INT_MIN
|
| -#define FT_UINT_MAX UINT_MAX
|
| -#define FT_ULONG_MAX ULONG_MAX
|
| +#define FT_CHAR_BIT CHAR_BIT
|
| +#define FT_USHORT_MAX USHRT_MAX
|
| +#define FT_INT_MAX INT_MAX
|
| +#define FT_INT_MIN INT_MIN
|
| +#define FT_UINT_MAX UINT_MAX
|
| +#define FT_ULONG_MAX ULONG_MAX
|
|
|
|
|
| /**********************************************************************/
|
|
|