Alexandre Julliard : mscms: Move liblcms support to a new Unix library.

Alexandre Julliard julliard at winehq.org
Tue Nov 10 15:30:24 CST 2020


Module: wine
Branch: master
Commit: daf9f128507980bb87506be43ebad36941af6218
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=daf9f128507980bb87506be43ebad36941af6218

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Nov 10 12:46:37 2020 +0100

mscms: Move liblcms support to a new Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mscms/Makefile.in  |   1 +
 dlls/mscms/handle.c     |   9 +-
 dlls/mscms/icc.c        |   4 -
 dlls/mscms/liblcms.c    | 226 ++++++++++++++++++++++++++++++++++++++++++++++++
 dlls/mscms/mscms_main.c |  17 +---
 dlls/mscms/mscms_priv.h |  22 +++--
 dlls/mscms/profile.c    |  88 +++++--------------
 dlls/mscms/transform.c  | 221 ++++------------------------------------------
 8 files changed, 287 insertions(+), 301 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=daf9f128507980bb87506be43ebad36941af6218



More information about the wine-cvs mailing list