Explorar o código

* compilation fix - CloseThrad typo from r15072

git-svn-id: trunk@15124 -
Tomas Hajny %!s(int64=15) %!d(string=hai) anos
pai
achega
86f1e52505
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      rtl/os2/systhrd.inc

+ 2 - 1
rtl/os2/systhrd.inc

@@ -255,6 +255,7 @@ end;
 
     function SysCloseThread (threadHandle : TThreadID) : dword;
     begin
+      SysCloseThread := 0;
 //      SysCloseThread:=CloseHandle(threadHandle);
     end;
 
@@ -455,7 +456,7 @@ begin
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;
-    CloseThrad		   :=@SysCloseThread;
+    CloseThread		   :=@SysCloseThread;
     GetCurrentThreadId     :=@SysGetCurrentThreadId;
     InitCriticalSection    :=@SysInitCriticalSection;
     DoneCriticalSection    :=@SysDoneCriticalSection;