Browse Source

* applied patch from bug #20639

git-svn-id: trunk@19600 -
michael 13 years ago
parent
commit
8797c46aba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-image/src/freetypeh.pp

+ 1 - 1
packages/fcl-image/src/freetypeh.pp

@@ -138,7 +138,7 @@ type
   {$ENDIF}
   FT_F2Dot14 = smallint;
   FT_F26Dot6 = longint;
-  FT_Fixed = longint;
+  FT_Fixed = FT_Long;
   FT_Error = longint;
   FT_Pointer = pointer;
   //FT_Offset = size_t;