changed types for GetDiskFreeSpace[Ex] from longint to longword

git-svn-id: trunk@3222 -
This commit is contained in:
armin 2006-04-15 20:32:16 +00:00
parent f4d1d704d6
commit 52e85b283c

View File

@ -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