21 Apr
2008
21 Apr
'08
4:14 p.m.
Dmitry Timoshkov wrote:
"Alexandre Julliard" <julliard(a)winehq.org> wrote:
@@ -967,15 +970,19 @@ static void test_bitmap(void) hdc = CreateCompatibleDC(0); assert(hdc != 0);
+if (0) +{ /* this test fails under Win2k */ SetLastError(0xdeadbeef); hbmp = CreateBitmap(0x7ffffff, 1, 1, 1, NULL); ok(hbmp != 0, "CreateBitmap should not fail\n"); DeleteObject(hbmp); +} It would be better to find values that work on all platforms, instead of disabling the test completely.
Yes, it would be better, but unfortunately I don't have windows 2000 installed around.
If you need me to test something on a Win2K box (Vmware) just shout. -- Cheers, Paul.