mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 00:31:27 +00:00
[GDI32_APITEST]
Fix a bug svn path=/trunk/; revision=50938
This commit is contained in:
parent
e9b7bf6df2
commit
962c0688f5
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ START_TEST(MaskBlt)
|
|||
Test_MaskBlt_1bpp();
|
||||
switch (GetDeviceCaps(GetDC(NULL), BITSPIXEL))
|
||||
{
|
||||
case 16: Test_MaskBlt_16bpp();
|
||||
case 32: Test_MaskBlt_32bpp();
|
||||
case 16: Test_MaskBlt_16bpp(); break;
|
||||
case 32: Test_MaskBlt_32bpp(); break;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue