diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-04-10 14:47:24 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-04-10 14:47:24 +0800 |
commit | 4bebcb84ad47e687fc3ef3a01b875aa04dfb72d0 (patch) | |
tree | ceffd46146f8a14f0fc69099ec3f829a9a6da8c0 /ext/bcmath/libbcmath/src | |
parent | 66411ee62ee8bd5e015c901092014dd9229fca01 (diff) | |
download | php-git-4bebcb84ad47e687fc3ef3a01b875aa04dfb72d0.tar.gz |
Fixed condition check
Diffstat (limited to 'ext/bcmath/libbcmath/src')
-rw-r--r-- | ext/bcmath/libbcmath/src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index cc29a15f95..100163d383 100644 --- a/ext/bcmath/libbcmath/src/config.h +++ b/ext/bcmath/libbcmath/src/config.h @@ -1,4 +1,4 @@ -#if PHP_WIN32 +#ifdef PHP_WIN32 #include "../../../../main/config.w32.h" #else #include <php_config.h> |