* TThreadID changed to cardinal

This commit is contained in:
Tomas Hajny 2005-04-14 21:17:51 +00:00
parent c04f0bc856
commit 06011c9eb1
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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