wldap32: Write-strings warning fix

Andrew Talbot Andrew.Talbot at talbotville.com
Fri Aug 11 06:56:47 CDT 2006


Hans Leidekker wrote:

> On Friday 11 August 2006 00:58, Andrew Talbot wrote:
> 
>> -INT CDECL ber_printf(BerElement*,PCHAR,...);
>> +INT CDECL ber_printf(BerElement*,LPCSTR,...);
> 
> This is an API defined by Microsoft, we can't change
> its prototype.
> 
>  -Hans

Thanks, Hans. They surprised me with their use of lower case, but not,
unfortunately, with their use of const parameters. ;-)

I shall send a revised patch.

-- Andy.





More information about the wine-devel mailing list