fixed _kfind_thread_ behavior

This commit is contained in:
oscarl-2
2003-12-17 20:29:40 +00:00
parent 1f6a3e31c3
commit 15355ed063

View File

@@ -695,7 +695,7 @@ end;
//---
{$ifndef _KERNEL_MODE}
function _kfind_thread_(const name : PChar) : thread_id; cdecl; external;
function _kfind_thread_(const name : PChar) : thread_id; cdecl; external 'root' name '_kfind_thread_';
{$inline ON} {$asmmode intel}
function find_thread(const name : PChar) : thread_id; inline;
begin