diff --git a/packages/fcl-image/src/fpreadtiff.pas b/packages/fcl-image/src/fpreadtiff.pas index a38056bbf8..21c1a1315b 100644 --- a/packages/fcl-image/src/fpreadtiff.pas +++ b/packages/fcl-image/src/fpreadtiff.pas @@ -183,12 +183,14 @@ begin Result:= SwapEndian(d); end; +{$ifdef CPU64} function TFPReaderTiff.FixEndian(q: QWord): QWord; begin Result:=q; if FReverseEndian then Result:= SwapEndian(q); end; +{$endif} procedure TFPReaderTiff.TiffError(Msg: string); begin