Преглед изворни кода

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

marcoonthegit пре 1 година
родитељ
комит
7957c34940
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rtl/win/sysosh.inc

+ 1 - 1
rtl/win/sysosh.inc

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