mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 12:41:37 +01:00
- removed osfile.inc. All in sysutils now
This commit is contained in:
parent
4ffdbd1040
commit
6facec26d6
@ -16,6 +16,7 @@
|
||||
|
||||
{ determine the type of the resource/form file }
|
||||
{$define Win16Res}
|
||||
|
||||
unit Classes;
|
||||
|
||||
interface
|
||||
@ -28,16 +29,16 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
{ OS-dependent file handling. }
|
||||
{$i osfile.inc}
|
||||
|
||||
{ OS - independent class implementations are in /inc directory. }
|
||||
{$i classes.inc}
|
||||
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 1998-11-04 10:46:43 peter
|
||||
Revision 1.9 1999-02-02 21:32:02 michael
|
||||
- removed osfile.inc. All in sysutils now
|
||||
|
||||
Revision 1.8 1998/11/04 10:46:43 peter
|
||||
* exceptions work
|
||||
|
||||
Revision 1.7 1998/11/04 10:15:13 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user