瀏覽代碼

Merged revisions 291 via svnmerge from
/trunk

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

peter 20 年之前
父節點
當前提交
39b1c68b1c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rtl/unix/cthreads.pp

+ 2 - 2
rtl/unix/cthreads.pp

@@ -186,7 +186,7 @@ Type  PINTRTLEvent = ^TINTRTLEvent;
       end;
 
 
-  function CBeginThread(sa : Pointer;stacksize : dword;
+  function CBeginThread(sa : Pointer;stacksize : PtrUInt;
                        ThreadFunction : tthreadfunc;p : pointer;
                        creationFlags : dword; var ThreadId : TThreadId) : TThreadID;
     var
@@ -291,7 +291,7 @@ Type  PINTRTLEvent = ^TINTRTLEvent;
     begin
       {$Warning ThreadGetPriority needs to be implemented}
     end;
-    
+
 
   function  CGetCurrentThreadId : TThreadID;
     begin