Explorar o código

* TThreadID changed to cardinal

Tomas Hajny %!s(int64=20) %!d(string=hai) anos
pai
achega
06011c9eb1
Modificáronse 2 ficheiros con 10 adicións e 4 borrados
  1. 5 2
      rtl/emx/sysosh.inc
  2. 5 2
      rtl/os2/sysosh.inc

+ 5 - 2
rtl/emx/sysosh.inc

@@ -20,7 +20,7 @@
 type
   THandle = Longint;
   
-  TThreadID = THandle;
+  TThreadID = cardinal;
   
   { the fields of this record are os dependent  }
   { and they shouldn't be used in a program     }
@@ -38,7 +38,10 @@ type
 
 {
    $Log$
-   Revision 1.2  2005-04-13 20:10:50  florian
+   Revision 1.3  2005-04-14 21:17:51  hajny
+     * TThreadID changed to cardinal
+
+   Revision 1.2  2005/04/13 20:10:50  florian
      + TThreadID
 
    Revision 1.1  2005/02/06 16:57:18  peter

+ 5 - 2
rtl/os2/sysosh.inc

@@ -19,7 +19,7 @@
 {Platform specific information}
 type
   THandle = Longint;
-  TThreadID = THandle;
+  TThreadID = cardinal;
   
   { the fields of this record are os dependent  }
   { and they shouldn't be used in a program     }
@@ -37,7 +37,10 @@ type
 
 {
    $Log$
-   Revision 1.2  2005-04-13 20:10:50  florian
+   Revision 1.3  2005-04-14 21:17:51  hajny
+     * TThreadID changed to cardinal
+
+   Revision 1.2  2005/04/13 20:10:50  florian
      + TThreadID
 
    Revision 1.1  2005/02/06 16:57:18  peter