diff options
Diffstat (limited to 'ext/gd/gdcache.c')
-rw-r--r-- | ext/gd/gdcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gdcache.c b/ext/gd/gdcache.c index e6f9ce1b44..80723ae1e8 100644 --- a/ext/gd/gdcache.c +++ b/ext/gd/gdcache.c @@ -39,7 +39,7 @@ #include "php.h" /* This just seems unessacary */ -#if PHP_WIN32 +#ifdef PHP_WIN32 #define ENABLE_GD_TTF #else #include <php_config.h> |