* changed returnparameter of diskfree and disksize to int64

This commit is contained in:
marco 2000-02-21 14:11:14 +00:00
parent 825ef57c11
commit bec2b2a7d5

View File

@ -211,7 +211,7 @@ None
\end{procedure}
\begin{function}{DiskFree}
\Declaration
Function DiskFree (Drive: byte) : longint;
Function DiskFree (Drive: byte) : Int64;
\Description
@ -245,7 +245,7 @@ These settings can be coded in \var{dos.pp}, in the initialization part.
\html{\input{dosex/ex6.tex}}
\begin{function}{DiskSize}
\Declaration
Function DiskSize (Drive: byte) : longint;
Function DiskSize (Drive: byte) : Int64;
\Description