com php-src: another place: main/php.h
[email protected] (Xinchen Hui)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: d65459f4eb764a77668a8f870ea85f3bbd12a13c Author: Xinchen Hui <[email protected]> Mon, 10 Apr 2017 14:42:48 +0800 Parents: 8277111eee65521521783fe5c2373f8a40b4daab Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d65459f4eb764a77668a8f870ea85f3bbd12a13c Log: another place Changed paths: M main/php.h Diff: diff --git a/main/php.h b/main/php.h index c138e5c..9b1c8b9 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