(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 20 Nov 2013 14:37:58 +0000 (14:37 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 20 Nov 2013 14:37:58 +0000 (14:37 +0000)
MagickCore/property.c

index bbf54597621bc3244c88bfc1c339b3c41096fee9..6331a11043620ae823960a15b62b7189b1644dca 100644 (file)
@@ -2781,6 +2781,10 @@ MagickExport const char *GetMagickProperty(ImageInfo *image_info,
       if (LocaleCompare("profile:icc",property) == 0 ||
           LocaleCompare("profile:icm",property) == 0)
         {
+#if !defined(LCMS_VERSION) || (LCMS_VERSION < 2000)
+#define cmsUInt32Number  DWORD
+#endif
+
           const StringInfo
             *profile;