Browse Source

* THandle added

yuri 22 years ago
parent
commit
e087abfb9f
1 changed files with 7 additions and 1 deletions
  1. 7 1
      rtl/emx/sysutils.pp

+ 7 - 1
rtl/emx/sysutils.pp

@@ -25,6 +25,9 @@ interface
 uses
  Dos;
 
+type
+  THandle = type Longint;
+  
 { Include platform independent interface part }
 {$i sysutilh.inc}
 
@@ -983,7 +986,10 @@ end.
 
 {
   $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
 
   Revision 1.3  2003/03/29 15:01:20  hajny