Re: wldap32: Write-strings warning fix
Aug. 11, 2006
7:14 a.m.
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
August 2006
11:56 a.m.
New subject: wldap32: Write-strings warning fix
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.
7168
Age (days ago)
7168
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Talbot -
Hans Leidekker