Module: wine Branch: master Commit: 432d8229ecad639d9a327986db6989c765e3f367 URL: https://gitlab.winehq.org/wine/wine/-/commit/432d8229ecad639d9a327986db6989c...
Author: Jeff Smith whydoubt@gmail.com Date: Sun Jul 23 19:41:14 2023 -0500
windowscodecs: Handle PNG last-modification time (tIME) chunk type.
---
dlls/windowscodecs/clsfactory.c | 1 + dlls/windowscodecs/pngformat.c | 86 +++++++++++++++++++++++++++ dlls/windowscodecs/regsvr.c | 25 ++++++++ dlls/windowscodecs/tests/metadata.c | 61 ++++++++++++++++--- dlls/windowscodecs/wincodecs_private.h | 1 + dlls/windowscodecs/windowscodecs_wincodec.idl | 7 +++ 6 files changed, 173 insertions(+), 8 deletions(-)