mscms: Handle more bitmap formats.

This commit is contained in:
Hans Leidekker 2012-11-13 10:05:33 +01:00 committed by Alexandre Julliard
parent d2fa9a75b2
commit 641a6e6c45
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ static DWORD from_bmformat( BMFORMAT format )
case BM_RGBTRIPLETS: return TYPE_RGB_8;
case BM_BGRTRIPLETS: return TYPE_BGR_8;
case BM_GRAY: return TYPE_GRAY_8;
case BM_xRGBQUADS: return TYPE_ARGB_8;
case BM_xBGRQUADS: return TYPE_ABGR_8;
default:
if (quietfixme == 0)
{