Alexandre Julliard : user32: Use the bundled libpng.
Module: wine Branch: master Commit: 9f9441c9cf72cff1b539ca4f674e6c1081344988 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9f9441c9cf72cff1b539ca4f6... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Oct 18 14:34:21 2021 +0200 user32: Use the bundled libpng. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/user32/Makefile.in | 5 +- dlls/user32/cursoricon.c | 211 ++++++++++++++++++++++++++-- dlls/user32/png.c | 341 --------------------------------------------- dlls/user32/user_main.c | 3 - dlls/user32/user_private.h | 9 -- 5 files changed, 203 insertions(+), 366 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9f9441c9cf72cff1b539c...
participants (1)
-
Alexandre Julliard