Jon Griffiths <[EMAIL PROTECTED]> writes:

> To complete the cleanup, a couple of unicode calls (e.g. swprintf), stubbed 
> in ntdll, are implemented in user32. Should:
> A- The implementation be moved into ntdll, and user32 made to rely on it, or
> B- ntdll be made to rely on user32, or
> C- the code be duplicated between them?

D- a correct swprintf should be implemented in ntdll

wsprintfW() in user32 is not the same as swprintf(), it only supports
a small subset of the possible format strings. We need a complete
Unicode printf implementation in ntdll (or maybe in libwine.so).

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to