mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 23:07:14 +01:00
* Fixed compilation for x86_64-win64
git-svn-id: trunk@17940 -
This commit is contained in:
parent
59ac157b50
commit
c32e4b291e
@ -22,7 +22,7 @@ end;
|
||||
|
||||
var
|
||||
h: array[0..1] of THandle;
|
||||
id1, id2: DWORD;
|
||||
id1, id2: TThreadID;
|
||||
p : pointer;
|
||||
begin
|
||||
IsMultiThread:=True;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user