windowscodecs: Disable ICNS support when building for Mac OS X 10.4 Tiger.

Reece Dunn msclrhd at googlemail.com
Fri Jan 21 02:52:09 CST 2011


On 21 January 2011 08:36, Damjan Jovanovic <damjan.jov at gmail.com> wrote:
> Should we reconsider libicns? Apple's APIs obviously can't be relied upon.

You could always:

1.  check for native support (including presence of
kIconServices16PixelDataARGB) and use if present;
2.  check for libicns and use it if present;
3.  disable ICNS support.

using autoconf checks. That way, support is enabled where available
(instead of relying on OS version detection logic).

NOTE: the libicns check is optional as it would require maintaining
both native OSX and libicns versions.

- Reece




More information about the wine-devel mailing list