+ some new stuff of D6/Kylix added

This commit is contained in:
florian 2001-08-22 21:19:16 +00:00
parent 1b99b47d7c
commit 64808ff380
2 changed files with 40 additions and 2 deletions

32
rtl/objpas/systhrdh.inc Normal file
View File

@ -0,0 +1,32 @@
{
$Id$
This file is part of the Free Pascal run time library.
Copyright (c) 1999-2001 by the Free Pascal development team
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
{$ifdef HASINTF}
type
IReadWriteSync = interface
procedure BeginRead;
procedure EndRead;
procedure BeginWrite;
procedure EndWrite;
end;
{$endif HASINTF}
{
$Log$
Revision 1.1 2001-08-22 21:19:16 florian
+ some new stuff of D6/Kylix added
}

View File

@ -149,11 +149,17 @@ Type
{ Read disk function declarations }
{$i diskh.inc}
procedure FreeAndNil(var obj);
{ read thread handling }
{$i systhrdh.inc}
procedure FreeAndNil(var obj);
{
$Log$
Revision 1.12 2001-08-22 14:11:28 florian
Revision 1.13 2001-08-22 21:19:16 florian
+ some new stuff of D6/Kylix added
Revision 1.12 2001/08/22 14:11:28 florian
+ HexDisplayPrefix added
Revision 1.11 2001/08/19 21:02:02 florian