24 Jan
2004
24 Jan
'04
7:07 a.m.
"Martin Fuchs" <martin-fuchs(a)gmx.net> wrote:
Changelog: - don't link directly to NTDLL; use MultiByteToWideChar() instead of RtlCreateUnicodeStringFromAsciiz()
Why do you need that?
RtlCreateUnicodeStringFromAsciiz() is neither present in MinGW nor in PSDK.
That doesn't justify the change IMO. There are lots of places in Wine using that construct, and it's much more convenient and avoids code duplication (with a possibility of adding bugs in even such a simple case). -- Dmitry.