"Maarten Lankhorst" <[EMAIL PROTECTED]> wrote:

> An example is IsWindowUnicode. It always returns TRUE on XP,

That's not true.

> but it
> won't do that on 9x. That would mean something like:
> ok(IsWindowUnicode() || !IsWindowUnicode(), "How can this fail?");

We need to skip the tests that rely on unicode user32 APIs, have a look
how other user32 tests check for win9x and cope with that.

-- 
Dmitry.


Reply via email to