--- psiconv/trunk/program/psiconv/magick-aux.h 2014/10/20 08:40:49 342 +++ psiconv/trunk/program/psiconv/magick-aux.h 2014/10/20 11:44:17 343 @@ -32,8 +32,14 @@ #include #include -#endif /* IMAGEMAGICK_OLD */ +#endif /* IMAGEMAGICK_API == 1 */ -extern const MagickInfo * GetMagickFileList(void); +#if IMAGEMAGICK_API == 100 + +#define DestroyImages DestroyImageList + +#endif + +extern const MagickInfo ** GetMagickFileList(void); #endif /* IMAGEMAGICK */