소스 검색

* THandle added

yuri 22 년 전
부모
커밋
e087abfb9f
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  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