* change tthreadid to thandle, as the used functions for threadid in systhrd all use HANDLE.

This commit is contained in:
marcoonthegit 2024-05-25 17:51:56 +02:00
parent 492893a935
commit 7957c34940

View File

@ -22,7 +22,7 @@ type
THandle = DWord;
ULONG_PTR = DWord;
{$endif CPU64}
TThreadID = DWord;
TThreadID = THandle;
SIZE_T = ULONG_PTR;
TOSTimestamp = Int64;