(resend) tests for GetPrivateProfileInt

Dmitry Timoshkov dmitry at baikal.ru
Mon Feb 24 07:02:27 CST 2003


"Stefan Leichter" <Stefan.Leichter at camLine.com> wrote:

> > 2. Unicode and Ansi versions of GetPrivateProfileInt (as all other APIs)
> > should be tested separately.
> > 
> 
> Ok, but i did not understand what this statement means for my patch.

There is no such an API as GetPrivateProfileInt. Instead, there is a unicode
version GetPrivateProfileIntW and ANSI version GetPrivateProfileIntA. Your
patch should add tests for each (or at least for one) of them.

-- 
Dmitry.






More information about the wine-devel mailing list