소스 검색

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

(cherry picked from commit 7957c349407241e8135af138a68621d4cc9ccea3)
marcoonthegit 1 년 전
부모
커밋
c9fe178f44
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;