Vincent Povirk : windowscodecs: Register all formats supported by the BMP decoder.

Alexandre Julliard julliard at winehq.org
Fri Aug 14 08:59:37 CDT 2009


Module: wine
Branch: master
Commit: 1e0046788fc8621df8bd9d3d3cdc45ff0a913f07
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1e0046788fc8621df8bd9d3d3cdc45ff0a913f07

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Thu Aug 13 10:46:43 2009 -0500

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
 };
 




More information about the wine-cvs mailing list