--- psiconv/trunk/program/psiconv/gen_image.c 2004/02/02 21:56:48 193 +++ psiconv/trunk/program/psiconv/gen_image.c 2004/04/29 19:40:59 249 @@ -1,6 +1,6 @@ /* * gen_image.c - Part of psiconv, a PSION 5 file formats converter - * Copyright (c) 1999 Frodo Looijaard + * Copyright (c) 1999-2004 Frodo Looijaard * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -33,6 +33,7 @@ #include "dmalloc.h" #endif +#ifdef IMAGEMAGICK static Image *get_paint_data_section(psiconv_paint_data_section sec); static void image_to_list(psiconv_list list,Image *image,const char *dest); static void gen_image_list(const psiconv_config config,psiconv_list list, @@ -229,6 +230,8 @@ return 0; } +#endif + void init_image(void) { struct fileformat_s ff;