* fixed compilation on x86-64

git-svn-id: trunk@291 -
This commit is contained in:
florian 2005-06-08 21:05:57 +00:00
parent eb6aff7f51
commit 84958dd3d9

View File

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