mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[GDI32_APITEST]
Fix a bug svn path=/trunk/; revision=50938
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user