On Thu, 17 Jan 2002, Dmitry Timoshkov wrote: > I would suggest to explicitly use A and W suffixes to avoid confusion: > not just SystemParametersInfo, but SystemParametersInfoA.
For tests, I think we should in fact use SystemParametersInfo, and then compile the test twice -- for A and for W. Both versions should behave the same, right? If we make people write the same code twice (for A and for W), we will either (1) get no tests, or (2) have tests that exercise only one of the two cases. -- Dimi.