mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 03:07:51 +02:00
Incorrect function name imported from comctl32.dll
- for LoadIconWithScaleDown
function.
This commit is contained in:
parent
0a9e1ede72
commit
2b63c02bc5
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user