diff --git a/rtl/emx/sysosh.inc b/rtl/emx/sysosh.inc index 764e25971d..8026d66d30 100644 --- a/rtl/emx/sysosh.inc +++ b/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 diff --git a/rtl/os2/sysosh.inc b/rtl/os2/sysosh.inc index e9f691453b..f7f7633f50 100644 --- a/rtl/os2/sysosh.inc +++ b/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