mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +00:00
parent
c8f69c63de
commit
cc75016389
1 changed files with 4 additions and 0 deletions
|
@ -294,6 +294,8 @@ START_TEST(NtGdiSetBitmapBits)
|
||||||
ok_int(Bits[3], 0x33);
|
ok_int(Bits[3], 0x33);
|
||||||
ok_int(Bits[4], 0x55);
|
ok_int(Bits[4], 0x55);
|
||||||
|
|
||||||
|
ok_long(*(LPDWORD)pvBits, 0);
|
||||||
|
|
||||||
DeleteObject(hBitmap);
|
DeleteObject(hBitmap);
|
||||||
DeleteDC(hDC);
|
DeleteDC(hDC);
|
||||||
|
|
||||||
|
@ -393,6 +395,8 @@ START_TEST(NtGdiSetBitmapBits)
|
||||||
ok_int(Bits[3], 0x33);
|
ok_int(Bits[3], 0x33);
|
||||||
ok_int(Bits[4], 0x55);
|
ok_int(Bits[4], 0x55);
|
||||||
|
|
||||||
|
ok_long(*(LPDWORD)pvBits, 0x33AAAAAA);
|
||||||
|
|
||||||
DeleteObject(hBitmap);
|
DeleteObject(hBitmap);
|
||||||
DeleteDC(hDC);
|
DeleteDC(hDC);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue