mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Some changes for cpu64 compatibility
This commit is contained in:
parent
a7e03ab5a8
commit
80d6ebbbf4
2 changed files with 915 additions and 913 deletions
|
|
@ -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
|
||||
|
|
|
|||
1826
uwfxmodule.pas
1826
uwfxmodule.pas
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue