mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 09:07:59 +02:00
* fix for Mantis #35204: TThreadID is a DWord even on Windows 64-bit, so declare it accordingly
git-svn-id: trunk@41636 -
This commit is contained in:
parent
9ddf90b059
commit
a735dc28ae
@ -22,7 +22,7 @@ type
|
||||
THandle = DWord;
|
||||
ULONG_PTR = DWord;
|
||||
{$endif CPU64}
|
||||
TThreadID = THandle;
|
||||
TThreadID = DWord;
|
||||
SIZE_T = ULONG_PTR;
|
||||
|
||||
{ the fields of this record are os dependent }
|
||||
|
Loading…
Reference in New Issue
Block a user