mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* fixed compilation on x86-64
git-svn-id: trunk@291 -
This commit is contained in:
parent
eb6aff7f51
commit
84958dd3d9
@ -192,7 +192,7 @@ Type PINTRTLEvent = ^TINTRTLEvent;
|
||||
end;
|
||||
|
||||
|
||||
function CBeginThread(sa : Pointer;stacksize : dword;
|
||||
function CBeginThread(sa : Pointer;stacksize : PtrUInt;
|
||||
ThreadFunction : tthreadfunc;p : pointer;
|
||||
creationFlags : dword; var ThreadId : TThreadId) : TThreadID;
|
||||
var
|
||||
@ -299,7 +299,7 @@ Type PINTRTLEvent = ^TINTRTLEvent;
|
||||
begin
|
||||
{$Warning ThreadGetPriority needs to be implemented}
|
||||
end;
|
||||
|
||||
|
||||
|
||||
function CGetCurrentThreadId : TThreadID;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user