On Fri, 19 Jan 2007, Mike McCormack wrote:
>
> 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
Mike McCormack wrote:
> The version of the Windows Platform SDK that I'm looking at agrees
> with Wine.
This is how it is defined in the latest public platform SDK (Windows SDK
v6.0).
> There is also no reason to make a pointless change to the name of the
> argument, so this patch looks pointless a
MSDN agrees with the specification that the data should be constant:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/common/functions/initcommoncontrolsex.asp
Mike McCormack wrote:
>
> Thomas Weidenmueller wrote:
>
>> BOOL WINAPI
>> -InitCommonControl
Mike McCormack wrote:
> The version of the Windows Platform SDK that I'm looking at agrees
> with Wine.
This is how it is defined in the latest public platform SDK (Windows SDK
v6.0).
> There is also no reason to make a pointless change to the name of the
> argument, so this patch looks pointless a
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