* fix difference between intf and imp

This commit is contained in:
peter 2004-07-11 18:58:44 +00:00
parent acdd47c907
commit f831095743

View File

@ -417,7 +417,7 @@ end;
{$else}
function SwapInt(const Value: Integer): Integer;
function SwapInt(const Value: Cardinal): Cardinal;
begin
PByteArray(@Result)[0] := PByteArray(@Value)[3];
PByteArray(@Result)[1] := PByteArray(@Value)[2];