[PATCH] include: Avoid using parameter names equal to the method names in IDLs.

Huw Davies Huw.Davies at physics.ox.ac.uk
Mon Jan 22 02:29:45 CST 2018


On 19 Jan 2018, at 23:56, Zebediah Figura <z.figura12 at gmail.com> wrote:
> 
> diff --git a/include/control.idl b/include/control.idl
> index 529d435..2d32161 100644
> --- a/include/control.idl
> +++ b/include/control.idl
> @@ -122,7 +122,7 @@ library QuartzTypeLib
>         HRESULT GetMinIdealImageSize( [out] LONG *pWidth, [out] LONG *pHeight );
>         HRESULT GetMaxIdealImageSize( [out] LONG *pWidth, [out] LONG *pHeight );
>         HRESULT GetRestorePosition( [out] LONG *pLeft, [out] LONG *pTop, [out] LONG *pWidth, [out] LONG *pHeight );
> -        HRESULT HideCursor( [in] LONG HideCursor );
> +        HRESULT HideCursor( [in] LONG hide );
>         HRESULT IsCursorHidden( [out] LONG *CursorHidden );
>     }

This will change the parameter names in the typelib too though.
Same with the msinkaut.idl changes.

Huw.




More information about the wine-devel mailing list