commit | 0157aeadef2fce908277168097a160a8f15a6952 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sat Apr 24 21:12:18 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sat Apr 24 21:12:18 2010 +0000 |
tree | bbeb96660e972ab417eee11a44d98bf6c871bee7 | |
parent | d5add0afb6146496f8cd597c98242f0cf82c68e9 [diff] [blame] |
diff --git a/coders/dib.c b/coders/dib.c index c6ac332..96f2b98 100644 --- a/coders/dib.c +++ b/coders/dib.c
@@ -150,7 +150,7 @@ static MagickBooleanType DecodeImage(Image *image, const MagickBooleanType compression,unsigned char *pixels) { -#if !defined(__WINDOWS__) || defined(__MINGW32__) +#if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__MINGW32__) #define BI_RGB 0 #define BI_RLE8 1 #define BI_RLE4 2