Re: wldap32: Write-strings warning fix
11 Aug
2006
11 Aug
'06
8: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
11 Aug
11 Aug
12:56 p.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.
7154
Age (days ago)
7154
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Talbot -
Hans Leidekker