summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-04-10 14:42:48 +0800
committerXinchen Hui <laruence@gmail.com>2017-04-10 14:42:48 +0800
commitd65459f4eb764a77668a8f870ea85f3bbd12a13c (patch)
tree9b4843316ab16a4e590bbb84316d06b03f2a3bcf /main/php.h
parent8277111eee65521521783fe5c2373f8a40b4daab (diff)
downloadphp-git-d65459f4eb764a77668a8f870ea85f3bbd12a13c.tar.gz
another place
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 c138e5c0fa..9b1c8b9b2b 100644
--- a/main/php.h
+++ b/main/php.h
@@ -256,7 +256,7 @@ END_EXTERN_C()
#define STR_PRINT(str) ((str)?(str):"")
#ifndef MAXPATHLEN
-# if PHP_WIN32
+# ifdef PHP_WIN32
# include "win32/ioutil.h"
# define MAXPATHLEN PHP_WIN32_IOUTIL_MAXPATHLEN
# elif PATH_MAX