Module: wine Branch: master Commit: 0f61ed18ef0c3676139ba927e0d53751ec0e4491 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0f61ed18ef0c3676139ba927e...
Author: Esme Povirk esme@codeweavers.com Date: Fri Oct 9 14:56:16 2020 -0500
windowscodecs: Add a unix library and start to use it for PNG.
Signed-off-by: Esme Povirk esme@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/windowscodecs/Makefile.in | 3 + dlls/windowscodecs/libpng.c | 97 +++++++++++++++++++++++++++++++ dlls/windowscodecs/main.c | 5 ++ dlls/windowscodecs/pngformat.c | 20 ++++++- dlls/windowscodecs/unix_iface.c | 101 +++++++++++++++++++++++++++++++++ dlls/windowscodecs/unix_lib.c | 65 +++++++++++++++++++++ dlls/windowscodecs/wincodecs_common.h | 22 +++++++ dlls/windowscodecs/wincodecs_private.h | 35 ++++++++++++ 8 files changed, 345 insertions(+), 3 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0f61ed18ef0c3676139ba...