Alexandre Julliard <[EMAIL PROTECTED]> wrote:

>> I thought it would be easier to just convert them to the macros
>> and only then gradually move to WideCharToMultiByte/MultiByteToWideChar.
>
>I don't think converting them to macros gains anything. We can just
>leave them as functions and move gradually to the right APIs.

Leaving them as functions promotes laziness of the programmers which
find this as a more easy way. It was so for xmalloc/xstrdup etc. until
they were removed. I think converting already broken functions to
the macros would be more convenient way to convince developers to
not use them at all.

Dmitry.


Reply via email to