|
@@ -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;
|