"Stefan Leichter" Stefan.Leichter@camLine.com wrote:
here are some tests for the function GetPrivateProfileInt. The expected results are the one from NT4. Hopefully the will match for Win 9x also. Before i convert GetPrivateProfileInt from ascii to unicode i like to see some test result from Win9x/ME.
ChangeLog
Added test for GetPrivateProfileInt
1. The patch got wrapped by your mailer. 2. Unicode and Ansi versions of GetPrivateProfileInt (as all other APIs) should be tested separately.
Dmitry Timoshkov wrote:
"Stefan Leichter" Stefan.Leichter@camLine.com wrote:
here are some tests for the function GetPrivateProfileInt. The expected results are the one from NT4. Hopefully the will match for Win 9x also. Before i convert GetPrivateProfileInt from ascii to unicode i like to see some test result from Win9x/ME.
ChangeLog
Added test for GetPrivateProfileInt
- The patch got wrapped by your mailer.
I will resend the patch when i'm back home.
- 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.
Bye Stefan
"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.