mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 08:30:54 +02:00
* Fix 32-bit compilation
This commit is contained in:
parent
9a0f9fa554
commit
ba534b1192
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user