shell32 patch 20

Dmitry Timoshkov dmitry at baikal.ru
Sat Jan 24 07:07:22 CST 2004


"Martin Fuchs" <martin-fuchs at 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.





More information about the wine-devel mailing list