Re: Using A- instead of W-calls in tests

2007-04-25 Thread Alexandre Julliard
"Paul Vriens" <[EMAIL PROTECTED]> writes: > There are several tests where we use W-calls where we could use > A-calls to accomplish the same test goal. Most of the time this means > some of these will fail on Win9x or WinME as they are not by default > Unicode enabled. > > Do we need write our tes

Using A- instead of W-calls in tests

2007-04-24 Thread Paul Vriens
Hi, There are several tests where we use W-calls where we could use A-calls to accomplish the same test goal. Most of the time this means some of these will fail on Win9x or WinME as they are not by default Unicode enabled. Do we need write our tests with A-calls ? For Wine this doesn't matter i