Explorar o código

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

paweld %!s(int64=3) %!d(string=hai) anos
pai
achega
2b63c02bc5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/winunits-base/src/commctrl.pp

+ 1 - 1
packages/winunits-base/src/commctrl.pp

@@ -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 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}
 {$endif}