Browse Source

+ Forgot to include disk functions

michael 27 years ago
parent
commit
279b995838
1 changed files with 10 additions and 1 deletions
  1. 10 1
      rtl/objpas/sysutils.pp

+ 10 - 1
rtl/objpas/sysutils.pp

@@ -112,6 +112,9 @@ interface
   { Read other file handling function declarations }
   { Read other file handling function declarations }
   {$i filutilh.inc}
   {$i filutilh.inc}
   
   
+  { Read disk function declarations }
+  {$i diskh.inc}
+  
   implementation
   implementation
   
   
   { Read message string definitions }
   { Read message string definitions }
@@ -132,6 +135,9 @@ interface
   { Read other file handling function implementations }
   { Read other file handling function implementations }
   {$i filutil.inc}
   {$i filutil.inc}
   
   
+  { Read disk function implementations }
+  {$i disk.inc}
+  
   { Read date & Time function implementations }
   { Read date & Time function implementations }
   {$i dati.inc}
   {$i dati.inc}
 
 
@@ -274,7 +280,10 @@ begin
 end.
 end.
 {
 {
     $Log$
     $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.
     + More sysutils calls.
 
 
     Revision 1.15  1998/10/10 09:53:10  michael
     Revision 1.15  1998/10/10 09:53:10  michael