This commit is contained in:
cristy
2015-03-04 14:29:33 +00:00
parent d009094f2a
commit cf3d7dd0c8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ extern "C" {
#define MagickSignature 0xabacadabUL
#if !defined(MaxTextExtent)
# define MaxTextExtent 131072 /* always >= 4096 */
# define MaxTextExtent (16*8192-2) /* always >= 4096 */
#endif
#if defined(MAGICKCORE_HAVE___ATTRIBUTE__)
+1 -1
View File
@@ -96,7 +96,7 @@ extern "C" {
#define WandSignature 0xabacadabUL
#if !defined(MaxTextExtent)
# define MaxTextExtent 131072
# define MaxTextExtent (16*8192-2)
#endif
#if defined(MAGICKCORE_HAVE___ATTRIBUTE__)