mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 04:59:25 +02:00
* TThreadID changed to cardinal
This commit is contained in:
parent
c04f0bc856
commit
06011c9eb1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user