fix linux compilation (forgotten IFDEF windows)

This commit is contained in:
Ondrej Pokorny 2022-09-28 16:43:45 +02:00
parent 49647626a5
commit 5114a458e5

View File

@ -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;