Module: wine Branch: master Commit: 1184f9d969c247b455df34d4955f3b8789cb5afa URL: https://source.winehq.org/git/wine.git/?a=commit;h=1184f9d969c247b455df34d49... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Mar 21 10:28:27 2018 +0100 windowscodecs: Implement WICCreateBitmapFromSectionEx. Based on a patch by Dmitry Timoshkov. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/windowscodecs/bitmap.c | 22 +++++--- dlls/windowscodecs/imgfactory.c | 95 ++++++++++++++++++++++++++++++++-- dlls/windowscodecs/tests/bitmap.c | 60 +++++++++++++++++++++ dlls/windowscodecs/wincodecs_private.h | 2 +- dlls/windowscodecs/windowscodecs.spec | 3 +- include/wincodec.idl | 8 +++ 6 files changed, 175 insertions(+), 15 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1184f9d969c247b455df3...