Re: gdi32/tests: Take into account several Win9x bugs in GetObject(). (take 3)

2008-06-05 Thread Francois Gouget
On Thu, 5 Jun 2008, Paul Vriens wrote: > Francois Gouget wrote: > > --- > > > > This time without the bug that caused tests to fail in Wine and on Windows > > XP. > > > > +SetLastError(0xdeadbeef); > > ret = GetBitmapBits(hbm, 0, NULL); > > -ok(ret == bm.bmWidthBytes * bm.bmHeight,

Re: gdi32/tests: Take into account several Win9x bugs in GetObject(). (take 3)

2008-06-05 Thread Paul Vriens
Francois Gouget wrote: > --- > > This time without the bug that caused tests to fail in Wine and on > Windows XP. > > > +SetLastError(0xdeadbeef); > ret = GetBitmapBits(hbm, 0, NULL); > -ok(ret == bm.bmWidthBytes * bm.bmHeight, "%d != %d\n", ret, > bm.bmWidthBytes * bm.bmHeight);