From 1e0046788fc8621df8bd9d3d3cdc45ff0a913f07 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Thu, 13 Aug 2009 10:46:43 -0500 Subject: [PATCH] windowscodecs: Register all formats supported by the BMP decoder. --- dlls/windowscodecs/regsvr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/windowscodecs/regsvr.c b/dlls/windowscodecs/regsvr.c index f9013153f1..b6327f3c46 100644 --- a/dlls/windowscodecs/regsvr.c +++ b/dlls/windowscodecs/regsvr.c @@ -585,8 +585,10 @@ static GUID const * const bmp_formats[] = { &GUID_WICPixelFormat4bppIndexed, &GUID_WICPixelFormat8bppIndexed, &GUID_WICPixelFormat16bppBGR555, + &GUID_WICPixelFormat16bppBGR565, &GUID_WICPixelFormat24bppBGR, &GUID_WICPixelFormat32bppBGR, + &GUID_WICPixelFormat32bppBGRA, NULL };