Ziqing Hui : windowscodecs: Implement stub for DdsDecoder.

Alexandre Julliard julliard at winehq.org
Wed Apr 15 15:55:42 CDT 2020


Module: wine
Branch: master
Commit: 9e81463de9af736ed53efb4abb57c75e60caaed8
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9e81463de9af736ed53efb4abb57c75e60caaed8

Author: Ziqing Hui <zhui at codeweavers.com>
Date:   Wed Apr 15 18:42:07 2020 +0800

windowscodecs: Implement stub for DdsDecoder.

Signed-off-by: Ziqing Hui <zhui at codeweavers.com>
Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/windowscodecs/Makefile.in                |   1 +
 dlls/windowscodecs/clsfactory.c               |   1 +
 dlls/windowscodecs/ddsformat.c                | 227 ++++++++++++++++++++++++++
 dlls/windowscodecs/regsvr.c                   |  23 +++
 dlls/windowscodecs/tests/ddsformat.c          |   4 +-
 dlls/windowscodecs/wincodecs_private.h        |   1 +
 dlls/windowscodecs/windowscodecs_wincodec.idl |   7 +
 7 files changed, 262 insertions(+), 2 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=9e81463de9af736ed53efb4abb57c75e60caaed8



More information about the wine-cvs mailing list