comctl32: Remove unused parameter bEnable from LISTVIEW_Enable.

Vitaliy Margolen wine-devel at kievinfo.com
Sun May 9 22:54:13 CDT 2010


On 05/09/2010 07:06 AM, Gerald Pfeifer wrote:
> ---
>    case WM_ENABLE:
> -    return LISTVIEW_Enable(infoPtr, (BOOL)wParam);
> +    return LISTVIEW_Enable(infoPtr);
This indicates a bug. The parameter should really be used by LISTVIEW_Enable().

Vitaliy.



More information about the wine-devel mailing list