소스 검색

Merged revisions 178 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@180 -

fpc 20 년 전
부모
커밋
b5cbb6a9a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/unix/cthreads.pp

+ 1 - 1
rtl/unix/cthreads.pp

@@ -307,7 +307,7 @@ Type  PINTRTLEvent = ^TINTRTLEvent;
 
   function  CGetCurrentThreadId : TThreadID;
     begin
-      CGetCurrentThreadId:=dword(pthread_self());
+      CGetCurrentThreadId := TThreadID (pthread_self());
     end;