summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-04-10 14:41:59 +0800
committerXinchen Hui <laruence@gmail.com>2017-04-10 14:41:59 +0800
commit4e9f0a80b9748c03e7bae6339ec051b815f5a569 (patch)
treeba93b96751603a570583a5b9483b87da096931ee /main/php.h
parent9e4c48a26ac7698657e7ed73e4f9311f16184e78 (diff)
parent8277111eee65521521783fe5c2373f8a40b4daab (diff)
downloadphp-git-4e9f0a80b9748c03e7bae6339ec051b815f5a569.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: Fixed issue #2466 Invalid integer constant expression error in php.h
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index 2d22297d3a..73362eb744 100644
--- a/main/php.h
+++ b/main/php.h
@@ -210,7 +210,7 @@ END_EXTERN_C()
#endif
#ifndef HAVE_SOCKLEN_T
-# if PHP_WIN32
+# ifdef PHP_WIN32
typedef int socklen_t;
# else
typedef unsigned int socklen_t;