[PATCH 2/3] windowscodecs: Implement global property functions for DdsDecoder.
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- dlls/windowscodecs/ddsformat.c | 20 +++++++++++--------- dlls/windowscodecs/tests/ddsformat.c | 6 +----- 2 files changed, 12 insertions(+), 14 deletions(-)
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=69871 Your paranoid android. === debiant (build log) === ../../../wine/dlls/windowscodecs/ddsformat.c:247:12: error: ‘WINCODEC_ERR_CODECNOTHqUMBNAIL’ undeclared (first use in this function); did you mean ‘WINCODEC_ERR_CODECNOTHUMBNAIL’? Task: The win32 Wine build failed === debiant (build log) === ../../../wine/dlls/windowscodecs/ddsformat.c:247:12: error: ‘WINCODEC_ERR_CODECNOTHqUMBNAIL’ undeclared (first use in this function); did you mean ‘WINCODEC_ERR_CODECNOTHUMBNAIL’? Task: The wow64 Wine build failed
participants (2)
-
Marvin -
Ziqing Hui