From be65da58a92e8194e335ae69d8e6084a4cfde2c6 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 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/windowscodecs/regsvr.c b/dlls/windowscodecs/regsvr.c index f901315..b6327f3 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 }; -- 1.5.4.3