mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 11:49:18 +02:00
+ Forgot to include disk functions
This commit is contained in:
parent
4494bfafb6
commit
279b995838
@ -112,6 +112,9 @@ interface
|
||||
{ Read other file handling function declarations }
|
||||
{$i filutilh.inc}
|
||||
|
||||
{ Read disk function declarations }
|
||||
{$i diskh.inc}
|
||||
|
||||
implementation
|
||||
|
||||
{ Read message string definitions }
|
||||
@ -132,6 +135,9 @@ interface
|
||||
{ Read other file handling function implementations }
|
||||
{$i filutil.inc}
|
||||
|
||||
{ Read disk function implementations }
|
||||
{$i disk.inc}
|
||||
|
||||
{ Read date & Time function implementations }
|
||||
{$i dati.inc}
|
||||
|
||||
@ -274,7 +280,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.16 1998-10-11 12:23:41 michael
|
||||
Revision 1.17 1998-10-20 19:26:37 michael
|
||||
+ Forgot to include disk functions
|
||||
|
||||
Revision 1.16 1998/10/11 12:23:41 michael
|
||||
+ More sysutils calls.
|
||||
|
||||
Revision 1.15 1998/10/10 09:53:10 michael
|
||||
|
Loading…
Reference in New Issue
Block a user