PHP_WIN32 is defined or not defined.

This commit is contained in:
foobar 2005-02-16 23:47:38 +00:00
parent 7215b2b8fb
commit 3f9dc8814e

View File

@ -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