mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 07:34:28 +02:00
changed types for GetDiskFreeSpace[Ex] from longint to longword
git-svn-id: trunk@3222 -
This commit is contained in:
parent
f4d1d704d6
commit
52e85b283c
@ -340,7 +340,7 @@ function diskfree(drive : byte) : int64;
|
||||
var
|
||||
disk : array[1..4] of char;
|
||||
secs,bytes,
|
||||
free,total : longint;
|
||||
free,total : longword;
|
||||
qwtotal,qwfree,qwcaller : int64;
|
||||
|
||||
|
||||
@ -378,7 +378,7 @@ function disksize(drive : byte) : int64;
|
||||
var
|
||||
disk : array[1..4] of char;
|
||||
secs,bytes,
|
||||
free,total : longint;
|
||||
free,total : longword;
|
||||
qwtotal,qwfree,qwcaller : int64;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user