Преглед изворни кода

* forgot that includes are case sensitive

carl пре 27 година
родитељ
комит
c2e34ea424
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      rtl/amiga/sysamiga.pas

+ 5 - 2
rtl/amiga/sysamiga.pas

@@ -58,7 +58,7 @@ const
 
 
   implementation
   implementation
 
 
-    {$I EXEC.INC}
+    {$I exec.inc}
 
 
   TYPE
   TYPE
     TDateStamp = packed record
     TDateStamp = packed record
@@ -1345,7 +1345,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  1998-07-01 14:13:50  carl
+  Revision 1.5  1998-07-01 14:30:56  carl
+    * forgot that includes are case sensitive
+
+  Revision 1.4  1998/07/01 14:13:50  carl
     * do_open bugfix
     * do_open bugfix
     * correct conversion of Amiga error codes to TP error codes
     * correct conversion of Amiga error codes to TP error codes
     * InoutRes word bugfix
     * InoutRes word bugfix