@@ -0,0 +1,13 @@
+Index: ext/exif/exif.c
+===================================================================
+--- ext/exif/exif.c.orig 2009-06-12 16:03:35.000000000 +0200
++++ ext/exif/exif.c 2009-08-24 02:52:33.000000000 +0200
+@@ -66,7 +66,7 @@
+ #include "ext/standard/php_image.h"
+ #include "ext/standard/info.h"
+
+-#if defined(PHP_WIN32) || (HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING))
++#if defined(PHP_WIN32) || (HAVE_MBSTRING)
+ #define EXIF_USE_MBSTRING 1
+ #else
+ #define EXIF_USE_MBSTRING 0
|