On Tue, 8 Jan 2002, Alexandre Julliard wrote: > The W->A case is not a strdup, it's a simple WideCharToMultiByte. > > Probably at least 90% of the existing calls to HEAP_strdupWtoA are > because of a W function calling a A function, which is precisely what > should be discouraged.
Good point. I'm convinced. But since we are on the subject, why did you prefer the use of the WideToXXX function instead of the RtlCreateUnicode...Asciiz? -- Dimi.