mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 05:29:34 +01: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