Morphunits: Asl Error in forward declaration

git-svn-id: trunk@28681 -
This commit is contained in:
marcus 2014-09-16 15:22:18 +00:00
parent 2a4019b012
commit 67aed9ac3d

View File

@ -568,7 +568,7 @@ begin
end;
function AslRequestTags(requester: Pointer;
tagList : array of DWord): Boolean; Inline;
tagList : array of DWord): LongBool; Inline;
begin
AslRequestTags:=AslRequest(requester,@tagList);
end;