mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +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[4], 0x55);
|
||||
|
||||
ok_long(*(LPDWORD)pvBits, 0);
|
||||
|
||||
DeleteObject(hBitmap);
|
||||
DeleteDC(hDC);
|
||||
|
||||
|
@ -393,6 +395,8 @@ START_TEST(NtGdiSetBitmapBits)
|
|||
ok_int(Bits[3], 0x33);
|
||||
ok_int(Bits[4], 0x55);
|
||||
|
||||
ok_long(*(LPDWORD)pvBits, 0x33AAAAAA);
|
||||
|
||||
DeleteObject(hBitmap);
|
||||
DeleteDC(hDC);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue