mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
This commit is contained in:
@@ -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__)
|
||||
|
||||
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user