[PATCH 2/2] windowscodecs: Implement stub for DdsDecoder.
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- 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(-) create mode 100644 dlls/windowscodecs/ddsformat.c
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=69664 Your paranoid android. === debiant (32 bit report) === windowscodecs: ddsformat.c:71: Test failed: Dds decoder is not supported === debiant (32 bit French report) === windowscodecs: ddsformat.c:71: Test failed: Dds decoder is not supported === debiant (32 bit Japanese:Japan report) === windowscodecs: ddsformat.c:71: Test failed: Dds decoder is not supported === debiant (32 bit Chinese:China report) === windowscodecs: ddsformat.c:71: Test failed: Dds decoder is not supported === debiant (32 bit WoW report) === windowscodecs: ddsformat.c:71: Test failed: Dds decoder is not supported === debiant (64 bit WoW report) === windowscodecs: ddsformat.c:71: Test failed: Dds decoder is not supported
Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com> Looks like testbot failed because this requires a prefix update.
participants (3)
-
Esme Povirk (they/them) -
Marvin -
Ziqing Hui