You've already forked lazarus-ccr
Fixes compilation of freetype
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1566 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -18,7 +18,9 @@ unit TTDebug;
|
||||
|
||||
interface
|
||||
|
||||
uses TTTypes, TTTables, TTObjs, TTInterp;
|
||||
{$mode Delphi}
|
||||
|
||||
uses SysUtils, TTTypes, TTTables, TTObjs, TTInterp;
|
||||
|
||||
type
|
||||
|
||||
@ -456,7 +458,8 @@ end;
|
||||
|
||||
function Hex32( L : Long ) : LongHexStr;
|
||||
begin
|
||||
Hex32 := Hex16( TStorageLong(L).W2 )+Hex16( TStorageLong(L).W1 );
|
||||
Result := SysUtils.IntToHex(L, 8);
|
||||
// Hex32 := Hex16( TStorageLong(L).W2 )+Hex16( TStorageLong(L).W1 );
|
||||
end;
|
||||
|
||||
(*******************************************************************
|
||||
|
Reference in New Issue
Block a user