summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-04-10 14:47:24 +0800
committerXinchen Hui <laruence@gmail.com>2017-04-10 14:47:24 +0800
commit4bebcb84ad47e687fc3ef3a01b875aa04dfb72d0 (patch)
treeceffd46146f8a14f0fc69099ec3f829a9a6da8c0 /ext/gd
parent66411ee62ee8bd5e015c901092014dd9229fca01 (diff)
downloadphp-git-4bebcb84ad47e687fc3ef3a01b875aa04dfb72d0.tar.gz
Fixed condition check
Diffstat (limited to 'ext/gd')
-rw-r--r--ext/gd/gdcache.c2
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>