mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 10:49:27 +02:00
* THandle added
This commit is contained in:
parent
3d5ebe7756
commit
e087abfb9f
@ -25,6 +25,9 @@ interface
|
|||||||
uses
|
uses
|
||||||
Dos;
|
Dos;
|
||||||
|
|
||||||
|
type
|
||||||
|
THandle = type Longint;
|
||||||
|
|
||||||
{ Include platform independent interface part }
|
{ Include platform independent interface part }
|
||||||
{$i sysutilh.inc}
|
{$i sysutilh.inc}
|
||||||
|
|
||||||
@ -983,7 +986,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2003-04-02 21:06:41 hajny
|
Revision 1.5 2003-04-04 02:02:44 yuri
|
||||||
|
* THandle added
|
||||||
|
|
||||||
|
Revision 1.4 2003/04/02 21:06:41 hajny
|
||||||
* Yuri's fix merged from os2
|
* Yuri's fix merged from os2
|
||||||
|
|
||||||
Revision 1.3 2003/03/29 15:01:20 hajny
|
Revision 1.3 2003/03/29 15:01:20 hajny
|
||||||
|
Loading…
Reference in New Issue
Block a user