mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* fix 64bit
git-svn-id: trunk@4906 -
This commit is contained in:
parent
c88d92929e
commit
f5efca241a
@ -87,7 +87,7 @@ begin
|
||||
ThreadsInited := false;
|
||||
end;
|
||||
|
||||
function ThreadFunc(parameter: Pointer): LongInt;
|
||||
function ThreadFunc(parameter: Pointer): PtrInt;
|
||||
var
|
||||
LThread: TThread;
|
||||
c: char;
|
||||
|
Loading…
Reference in New Issue
Block a user