mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:49:09 +02:00
* yet another TThreadID fix
This commit is contained in:
parent
a5396415a7
commit
1723f08a51
@ -108,7 +108,7 @@ procedure InitThread(stklen:cardinal);
|
|||||||
|
|
||||||
function BeginThread(sa : Pointer;stacksize : dword;
|
function BeginThread(sa : Pointer;stacksize : dword;
|
||||||
ThreadFunction : tthreadfunc;p : pointer;creationFlags : dword;
|
ThreadFunction : tthreadfunc;p : pointer;creationFlags : dword;
|
||||||
var ThreadId : THandle) : DWord;
|
var ThreadId : TThreadID) : DWord;
|
||||||
|
|
||||||
{ add some simplfied forms which make lifer easier and porting }
|
{ add some simplfied forms which make lifer easier and porting }
|
||||||
{ to other OSes too ... }
|
{ to other OSes too ... }
|
||||||
@ -155,7 +155,10 @@ procedure RTLeventsync(m:trtlmethod;p:tprocedure);
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.31 2005-04-14 20:42:14 florian
|
Revision 1.32 2005-04-20 06:32:47 hajny
|
||||||
|
* yet another TThreadID fix
|
||||||
|
|
||||||
|
Revision 1.31 2005/04/14 20:42:14 florian
|
||||||
* fixed more TThreadID stuff
|
* fixed more TThreadID stuff
|
||||||
|
|
||||||
Revision 1.30 2005/04/13 20:10:50 florian
|
Revision 1.30 2005/04/13 20:10:50 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user