Re: wv{sn,ns}printf[AW]

2001-07-09 Thread Alexandre Julliard
Peter Hunnisett <[EMAIL PROTECTED]> writes: > 2) Can wvnsprintf be moved from user32 into shlwapi? This would cause > user32 to have to import shlwapi (because wsprintfA and friends use it > in their implementation) and I don't know if that's legal because user32 > seems to only import gdi32 and

wv{sn,ns}printf[AW]

2001-07-09 Thread Peter Hunnisett
Hi, it appears that we have a bit of a hack in the wine code. Presently we export wvsnprintf[AW] from user32. - These two functions do not appear to be in the real user32.dll and the comments in the code seem to back it up. - Windows does have wvnsprintf[AW] (note the transposed "sn") exported