projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f412b9
)
(no commit message)
author
cristy
<urban-warrior@git.imagemagick.org>
Wed, 20 Nov 2013 14:37:58 +0000
(14:37 +0000)
committer
cristy
<urban-warrior@git.imagemagick.org>
Wed, 20 Nov 2013 14:37:58 +0000
(14:37 +0000)
MagickCore/property.c
patch
|
blob
|
history
diff --git
a/MagickCore/property.c
b/MagickCore/property.c
index bbf54597621bc3244c88bfc1c339b3c41096fee9..6331a11043620ae823960a15b62b7189b1644dca 100644
(file)
--- a/
MagickCore/property.c
+++ b/
MagickCore/property.c
@@
-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;