mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 15:42:49 +02:00
* forgot that includes are case sensitive
This commit is contained in:
parent
6484f2b2a9
commit
c2e34ea424
@ -58,7 +58,7 @@ const
|
||||
|
||||
implementation
|
||||
|
||||
{$I EXEC.INC}
|
||||
{$I exec.inc}
|
||||
|
||||
TYPE
|
||||
TDateStamp = packed record
|
||||
@ -1345,7 +1345,10 @@ end.
|
||||
|
||||
{
|
||||
$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
|
||||
* correct conversion of Amiga error codes to TP error codes
|
||||
* InoutRes word bugfix
|
||||
|
Loading…
Reference in New Issue
Block a user