mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
+ a tiny bit of support for macos
This commit is contained in:
parent
a9e90b796f
commit
99776e6402
@ -35,6 +35,9 @@ Type
|
||||
{$endif}
|
||||
{$ifdef netware_libc}
|
||||
FindData : TNetwareLibcFindData;
|
||||
{$endif}
|
||||
{$ifdef MacOS}
|
||||
FindData : TMacOSFindData;
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
@ -93,7 +96,10 @@ Function GetFileHandle(var f : Text):Longint;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 2004-12-19 18:03:29 michael
|
||||
Revision 1.9 2005-01-24 18:25:46 olle
|
||||
+ a tiny bit of support for macos
|
||||
|
||||
Revision 1.8 2004/12/19 18:03:29 michael
|
||||
+ Added mode field to TSearchRec for Kylix compatibility
|
||||
|
||||
Revision 1.7 2004/10/03 20:27:00 armin
|
||||
|
Loading…
Reference in New Issue
Block a user