From: Derick Rethans Date: Wed, 3 Apr 2002 19:51:26 +0000 (+0000) Subject: - Fix build (Patch by Marcus Boerger) X-Git-Tag: php-4.2.0RC3~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=653273f34f3dfc8df1a4f40d0c463702b2fb292b;p=php - Fix build (Patch by Marcus Boerger) --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index ed283f7b10..d589ae1960 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -77,6 +77,11 @@ typedef unsigned char uchar; #define FALSE 0 #endif +#ifndef MB_CUR_MAX + #define MB_CUR_MAX 8 + /* Should be a library constant */ +#endif + #define EXIT_FAILURE 1 #define EXIT_SUCCESS 0