another place
authorXinchen Hui <laruence@gmail.com>
Mon, 10 Apr 2017 06:42:48 +0000 (14:42 +0800)
committerXinchen Hui <laruence@gmail.com>
Mon, 10 Apr 2017 06:42:48 +0000 (14:42 +0800)
main/php.h

index c138e5c0fadf5e8d6921591066516fba11d498f6..9b1c8b9b2b50315ed97ec12ccf375f3f4a93dd50 100644 (file)
@@ -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