Module: wine Branch: master Commit: 148d3aa461126ab6e77e36e33493f87d539cd6ec URL: https://source.winehq.org/git/wine.git/?a=commit;h=148d3aa461126ab6e77e36e33...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Sep 21 13:42:34 2020 +0200
user32: Move PNG support to a new Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/Makefile.in | 1 + dlls/user32/cursoricon.c | 310 +--------------------------------------- dlls/user32/png.c | 342 +++++++++++++++++++++++++++++++++++++++++++++ dlls/user32/user_private.h | 6 + 4 files changed, 356 insertions(+), 303 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=148d3aa461126ab6e77e3...