Kaynağa Gözat

Merged revisions 291 via svnmerge from
/trunk

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

peter 20 yıl önce
ebeveyn
işleme
39b1c68b1c
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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