浏览代码

* nicely align assignment of TThreadManager.CloseThread

git-svn-id: trunk@45159 -
svenbarth 5 年之前
父节点
当前提交
e131a4e014
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      rtl/nativent/systhrd.inc
  2. 1 1
      rtl/os2/systhrd.inc
  3. 1 1
      rtl/win/systhrd.inc

+ 1 - 1
rtl/nativent/systhrd.inc

@@ -231,7 +231,7 @@ begin
     ResumeThread           :=@SysResumeThread;
     ResumeThread           :=@SysResumeThread;
     KillThread             :=@SysKillThread;
     KillThread             :=@SysKillThread;
     ThreadSwitch           :=@SysThreadSwitch;
     ThreadSwitch           :=@SysThreadSwitch;
-    CloseThread		   :=@SysCloseThread;
+    CloseThread            :=@SysCloseThread;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;

+ 1 - 1
rtl/os2/systhrd.inc

@@ -936,7 +936,7 @@ begin
     SuspendThread          :=@SysSuspendThread;
     SuspendThread          :=@SysSuspendThread;
     ResumeThread           :=@SysResumeThread;
     ResumeThread           :=@SysResumeThread;
     KillThread             :=@SysKillThread;
     KillThread             :=@SysKillThread;
-    CloseThread		   :=@SysCloseThread;
+    CloseThread            :=@SysCloseThread;
     ThreadSwitch           :=@SysThreadSwitch;
     ThreadSwitch           :=@SysThreadSwitch;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadSetPriority      :=@SysThreadSetPriority;

+ 1 - 1
rtl/win/systhrd.inc

@@ -512,7 +512,7 @@ begin
     ResumeThread           :=@SysResumeThread;
     ResumeThread           :=@SysResumeThread;
     KillThread             :=@SysKillThread;
     KillThread             :=@SysKillThread;
     ThreadSwitch           :=@SysThreadSwitch;
     ThreadSwitch           :=@SysThreadSwitch;
-    CloseThread		   :=@SysCloseThread;
+    CloseThread            :=@SysCloseThread;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;