]> granicus.if.org Git - php/commitdiff
- Fix build (Patch by Marcus Boerger)
authorDerick Rethans <derick@php.net>
Wed, 3 Apr 2002 19:51:26 +0000 (19:51 +0000)
committerDerick Rethans <derick@php.net>
Wed, 3 Apr 2002 19:51:26 +0000 (19:51 +0000)
ext/exif/exif.c

index ed283f7b109ec30198d0751f02b81a9d5f65c1e2..d589ae196040924c108b254d0526cf7bcfde71b2 100644 (file)
@@ -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