From: foobar Date: Wed, 16 Feb 2005 23:47:38 +0000 (+0000) Subject: PHP_WIN32 is defined or not defined. X-Git-Tag: RELEASE_0_2_4~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f9dc8814e896105080f731851a9341937076308;p=php PHP_WIN32 is defined or not defined. --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index ab08afc58b..9d4bc0760b 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -66,7 +66,7 @@ #include "ext/standard/php_image.h" #include "ext/standard/info.h" -#if PHP_WIN32 ||(HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING)) +#if defined(PHP_WIN32) || (HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING)) #define EXIF_USE_MBSTRING 1 #else #define EXIF_USE_MBSTRING 0