Re: msvfw32: Cast-qual warning fix

2006-11-05 Thread Andrew Talbot
Francois Gouget wrote: > Actually they are in recent PSDKs (for instance the Windows 2003 SP2 > PSDK). > > So this patch should not be applied. > Acknowledged with thanks to Dmitry and yourself. -- Andy.

Re: msvfw32: Cast-qual warning fix

2006-11-05 Thread Francois Gouget
On Sat, 4 Nov 2006, Andrew Talbot wrote: > The last formal argument of MCIWndCreate() is not const-qualified in the SDK. Actually they are in recent PSDKs (for instance the Windows 2003 SP2 PSDK). So this patch should not be applied. -- Francois Gouget <[EMAIL PROTECTED]> http://

Re: msvfw32: Cast-qual warning fix

2006-11-05 Thread Andrew Talbot
Dmitry Timoshkov wrote: > "Andrew Talbot" <[EMAIL PROTECTED]> wrote: > >> The last formal argument of MCIWndCreate() is not const-qualified in the >> SDK. > > It is in my version of the PSDK headers, but it is not in the PSDK docs. > Not having access to any version of the SDK, my only source

Re: msvfw32: Cast-qual warning fix

2006-11-04 Thread Dmitry Timoshkov
"Andrew Talbot" <[EMAIL PROTECTED]> wrote: The last formal argument of MCIWndCreate() is not const-qualified in the SDK. It is in my version of the PSDK headers, but it is not in the PSDK docs. -- Dmitry.