mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 02:59:33 +02:00
* change tthreadid to thandle, as the used functions for threadid in systhrd all use HANDLE.
(cherry picked from commit 7957c34940
)
This commit is contained in:
parent
9dd660bd02
commit
c9fe178f44
@ -22,7 +22,7 @@ type
|
|||||||
THandle = DWord;
|
THandle = DWord;
|
||||||
ULONG_PTR = DWord;
|
ULONG_PTR = DWord;
|
||||||
{$endif CPU64}
|
{$endif CPU64}
|
||||||
TThreadID = DWord;
|
TThreadID = THandle;
|
||||||
SIZE_T = ULONG_PTR;
|
SIZE_T = ULONG_PTR;
|
||||||
TOSTimestamp = Int64;
|
TOSTimestamp = Int64;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user