Quick fix for fpc 1.0.8

This commit is contained in:
ocoursiere
2003-12-18 23:07:21 +00:00
parent 870e215aff
commit 0974b9520e

View File

@@ -697,7 +697,7 @@ end;
{$ifndef _KERNEL_MODE}
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;
function find_thread(const name : PChar) : thread_id; // inline; for 1.9 only ?
begin
Result := 0;
if (name = nil) then