UPD: Some changes for cpu64 compatibility

This commit is contained in:
Alexander Koblov 2008-06-21 20:11:23 +00:00
commit 80d6ebbbf4
2 changed files with 915 additions and 913 deletions

View file

@ -402,7 +402,9 @@ var
begin
statfs(PChar(Path),sbfs);
FreeSize := (Int64(sbfs.bavail)*sbfs.bsize);
{$IFDEF CPU32}
TotalSize := (Int64(sbfs.blocks)*sbfs.bsize);
{$ENDIF}
end;
{$ELSE}
var

File diff suppressed because it is too large Load diff