[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    re: Fixing the last failing tests
From:       "Dan Kegel" <dank () kegel ! com>
Date:       2008-02-13 2:20:59
Message-ID: a71bd89a0802121820s440d1298k560aa2e9e14ea70f () mail ! gmail ! com
[Download RAW message or body]

Maarten wrote:
> An example is IsWindowUnicode. It always returns TRUE on XP, but it
> won't do that on 9x. That would mean something like:
> ok(IsWindowUnicode() || !IsWindowUnicode(), "How can this fail?");

Maybe you can do something like
  if (CreateWindowExW doesn't work) {
    /* win95 without MSLU */
    ok(!IsWindowUnicode());
  } else {
    /* win95 with MSLU, or something with native unicode support */
    ok(IsWindowUnicode());
  }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic