浏览代码

* 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;