Incorrect function name imported from comctl32.dll - for LoadIconWithScaleDown function.

This commit is contained in:
Paweł Dmitruk 2022-10-01 14:17:49 +00:00
parent 0a9e1ede72
commit 2b63c02bc5

View File

@ -9898,7 +9898,7 @@ type _LI_METRIC= (
);
Function LoadIconMetric( hinst:HINST; pszName:LPCWStr;lims:cint; var phico: HICON ):HRESULT; stdcall; external commctrldll name 'LoadIconMetric';
Function LoadIconWithScaleDown( hinst:HINST; pszName:LPCWStr;cx:cint;cy:cint;var phico: HICON ):HRESULT; stdcall; external commctrldll name 'LoadIconMetric';
Function LoadIconWithScaleDown( hinst:HINST; pszName:LPCWStr;cx:cint;cy:cint;var phico: HICON ):HRESULT; stdcall; external commctrldll name 'LoadIconWithScaleDown';
{$endif}