mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 01:19:29 +02:00
lcl: fix compilation on Linux
git-svn-id: trunk@57768 -
This commit is contained in:
parent
6a5a329a91
commit
30440aa678
@ -367,8 +367,7 @@ begin
|
||||
FLCLGlyphResourceName := '';
|
||||
end;
|
||||
|
||||
function TButtonGlyph.QueryInterface(constref iid: TGuid; out obj): LongInt;
|
||||
stdcall;
|
||||
function TButtonGlyph.QueryInterface(constref iid: TGuid; out obj): longint; {$IFDEF WINDOWs}stdcall{$ELSE}cdecl{$ENDIF};
|
||||
begin
|
||||
if GetInterface(iid, obj) then
|
||||
Result := 0
|
||||
|
Loading…
Reference in New Issue
Block a user