Implement color profile handles.
commit081b25071a6c4d4e143cf300591265ecf5427765
authorHans Leidekker <hans@it.vu.nl>
Thu, 7 Oct 2004 19:12:41 +0000 (7 19:12 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 7 Oct 2004 19:12:41 +0000 (7 19:12 +0000)
treed59a41eac44c8ce2ab75733a095fa5c05e63c6ee
parent493d60fe0f2fe3c392ac9fa96becba8a07fbf60a
Implement color profile handles.
Implement OpenColorProfile{A,W} and CloseColorProfile.
Implement GetColorDirectory{A,W} and InstallColorProfile{A,W}.
Implement UninstallColorProfile{A,W}.
Dynamically load liblcms.
Add tests.
14 files changed:
configure
configure.ac
dlls/mscms/Makefile.in
dlls/mscms/handle.c [new file with mode: 0644]
dlls/mscms/lcms_api.h [new file with mode: 0644]
dlls/mscms/mscms.spec
dlls/mscms/mscms_main.c
dlls/mscms/mscms_priv.h [copied from dlls/mscms/mscms_main.c with 71% similarity]
dlls/mscms/profile.c [new file with mode: 0644]
dlls/mscms/tests/.cvsignore [new file with mode: 0644]
dlls/mscms/tests/Makefile.in [new file with mode: 0644]
dlls/mscms/tests/profile.c [new file with mode: 0644]
include/config.h.in
include/icm.h