"Stefan Leichter" Stefan.Leichter@camLine.com wrote:
- 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.