mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 15:10:25 +02:00
* fixed 64 bit compilation
git-svn-id: trunk@5680 -
This commit is contained in:
parent
a9da7ec275
commit
652d331922
@ -70,7 +70,7 @@ begin
|
||||
ThreadsInited := false;
|
||||
end;
|
||||
|
||||
function ThreadFunc(parameter: Pointer): LongInt;
|
||||
function ThreadFunc(parameter: Pointer): ptrint;
|
||||
var
|
||||
LThread: TThread;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user