Alexandre Julliard wrote:
Huw Davies huw@codeweavers.com writes:
dlls/gdi32/tests/bitmap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
The is_win9x test is broken, that GetWindowLongPtrW call will return 0 on all platforms, so it breaks the tests on Wine:
But that's also the same logic we are using in winetest (function running_on_visible_desktop). So that's broken too?