From: Dirk Lemstra Date: Sun, 27 Jan 2019 11:52:13 +0000 (+0100) Subject: Removed icon header because this is causing conflicts with the TGA coder. X-Git-Tag: 7.0.8-25~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77700d29e41bc3412dc83e0ca6d1146c77b1a236;p=imagemagick Removed icon header because this is causing conflicts with the TGA coder. --- diff --git a/coders/icon.h b/coders/icon.h index 4f9603f62..fbc73791f 100644 --- a/coders/icon.h +++ b/coders/icon.h @@ -16,9 +16,7 @@ #include "coders/coders-private.h" -#define MagickICONHeaders \ - MagickCoderHeader("ICO", 0, "\000\000\001\000") \ - MagickCoderHeader("CUR", 0, "\000\000\002\000") +#define MagickICONHeaders #define MagickICONAliases \ MagickCoderAlias("ICON", "CUR") \