mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 18:39:52 +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
|
implementation
|
||||||
|
|
||||||
|
{$IFDEF WINDOWS}
|
||||||
Function LoadIconWithScaleDown( hinst:HINST; pszName:LPCWStr;cx:cint;cy:cint;var phico: HICON ):HRESULT; stdcall; external 'comctl32.dll' name 'LoadIconWithScaleDown';
|
Function LoadIconWithScaleDown( hinst:HINST; pszName:LPCWStr;cx:cint;cy:cint;var phico: HICON ):HRESULT; stdcall; external 'comctl32.dll' name 'LoadIconWithScaleDown';
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
var
|
var
|
||||||
LDefaultFont: TFont;
|
LDefaultFont: TFont;
|
||||||
|
Loading…
Reference in New Issue
Block a user