COMCTL32: Fix InitCommonControlsEx prototype

Mike McCormack mike at codeweavers.com
Fri Jan 19 05:25:24 CST 2007


Thomas Weidenmueller wrote:

>  BOOL WINAPI
> -InitCommonControlsEx (LPINITCOMMONCONTROLSEX lpInitCtrls)
> +InitCommonControlsEx (const INITCOMMONCONTROLSEX *picce)

The version of the Windows Platform SDK that I'm looking at agrees with 
Wine.

There is also no reason to make a pointless change to the name of the 
argument, so this patch looks pointless and wrong to me.

Mike



More information about the wine-devel mailing list