mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 20:09:40 +02:00
+ some new stuff of D6/Kylix added
This commit is contained in:
parent
1b99b47d7c
commit
64808ff380
32
rtl/objpas/systhrdh.inc
Normal file
32
rtl/objpas/systhrdh.inc
Normal 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
|
||||||
|
|
||||||
|
}
|
@ -149,11 +149,17 @@ Type
|
|||||||
{ Read disk function declarations }
|
{ Read disk function declarations }
|
||||||
{$i diskh.inc}
|
{$i diskh.inc}
|
||||||
|
|
||||||
|
{ read thread handling }
|
||||||
|
{$i systhrdh.inc}
|
||||||
|
|
||||||
procedure FreeAndNil(var obj);
|
procedure FreeAndNil(var obj);
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
+ HexDisplayPrefix added
|
||||||
|
|
||||||
Revision 1.11 2001/08/19 21:02:02 florian
|
Revision 1.11 2001/08/19 21:02:02 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user