mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
Morphunits: Asl Error in forward declaration
git-svn-id: trunk@28681 -
This commit is contained in:
parent
2a4019b012
commit
67aed9ac3d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user