Module: wine Branch: master Commit: 21137cd3c3570e14e4231d6f6cc1dc6a047fb3e9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=21137cd3c3570e14e4231d6f6c... Author: Ken Thomases <ken(a)codeweavers.com> Date: Wed Jan 5 07:25:23 2011 -0600 windowscodecs: Use Mac OS X native ICNS support, not libicns. The ICNS support is only used on Mac OS X and is not anticipated to be used on any other platform. So, we can rely on the native frameworks rather than a third-party dependency. --- configure | 78 +----------- configure.ac | 16 +-- dlls/windowscodecs/Makefile.in | 1 + dlls/windowscodecs/icnsformat.c | 270 ++++++++++++++++----------------------- include/config.h.in | 10 +- 5 files changed, 123 insertions(+), 252 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=21137cd3c3570e14e4231d...