mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-23 17:48:12 +02:00
fix linux compilation (forgotten IFDEF windows)
This commit is contained in:
parent
49647626a5
commit
5114a458e5
@ -415,7 +415,9 @@ function DefaultFont: TFont;
|
||||
|
||||
implementation
|
||||
|
||||
{$IFDEF WINDOWS}
|
||||
Function LoadIconWithScaleDown( hinst:HINST; pszName:LPCWStr;cx:cint;cy:cint;var phico: HICON ):HRESULT; stdcall; external 'comctl32.dll' name 'LoadIconWithScaleDown';
|
||||
{$ENDIF}
|
||||
|
||||
var
|
||||
LDefaultFont: TFont;
|
||||
|
Loading…
Reference in New Issue
Block a user