"Andriy Palamarchuk" apa3a@yahoo.com wrote:
Dmitry, I changed the your test to use the C testing framework I posted today. The test is attached.
It looks good to me, but we should not forget to test both unicode and ANSI versions of functions. There are two approaches to accomplish this task: 1. Have two separate tests for A and W functions. 2. Have single test without using A or W suffix and choose appropriate test by [not] defining UNICODE before including windows.h.
Does anybody have other suggestions or ideas?