summaryrefslogtreecommitdiff
path: root/src/psaux/psconv.h
diff options
context:
space:
mode:
authorJaeun Choi <jaeun12.choi@samsung.com>2015-10-26 16:08:07 +0900
committerJaeun Choi <jaeun12.choi@samsung.com>2015-10-26 16:14:49 +0900
commit51278333cbd2fa4a742fece36f8c19526b61210a (patch)
treecbd3b46c9ce23245348fb1db7a8a5228288b48f5 /src/psaux/psconv.h
parentc26bc70414a5fffa66ef87add244b4e15585e20a (diff)
downloadfreetype2-51278333cbd2fa4a742fece36f8c19526b61210a.tar.gz
freetype2-51278333cbd2fa4a742fece36f8c19526b61210a.tar.bz2
freetype2-51278333cbd2fa4a742fece36f8c19526b61210a.zip
Imported Upstream version 2.5.5upstream/2.5.5
Change-Id: Icdd1e0321d1a4468cc8810fef353c553436590b6
Diffstat (limited to 'src/psaux/psconv.h')
-rw-r--r--src/psaux/psconv.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/psaux/psconv.h b/src/psaux/psconv.h
index 84854ba..d91c762 100644
--- a/src/psaux/psconv.h
+++ b/src/psaux/psconv.h
@@ -4,7 +4,7 @@
/* */
/* Some convenience conversions (specification). */
/* */
-/* Copyright 2006 by */
+/* Copyright 2006, 2012 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -26,20 +26,20 @@
FT_BEGIN_HEADER
- FT_LOCAL( FT_Int )
+ FT_LOCAL( FT_Long )
PS_Conv_Strtol( FT_Byte** cursor,
FT_Byte* limit,
- FT_Int base );
+ FT_Long base );
- FT_LOCAL( FT_Int )
+ FT_LOCAL( FT_Long )
PS_Conv_ToInt( FT_Byte** cursor,
FT_Byte* limit );
FT_LOCAL( FT_Fixed )
PS_Conv_ToFixed( FT_Byte** cursor,
FT_Byte* limit,
- FT_Int power_ten );
+ FT_Long power_ten );
#if 0
FT_LOCAL( FT_UInt )