Skip to content

Commit d65459f

Browse files
committed
another place
1 parent 8277111 commit d65459f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ END_EXTERN_C()
256256
#define STR_PRINT(str) ((str)?(str):"")
257257

258258
#ifndef MAXPATHLEN
259-
# if PHP_WIN32
259+
# ifdef PHP_WIN32
260260
# include "win32/ioutil.h"
261261
# define MAXPATHLEN PHP_WIN32_IOUTIL_MAXPATHLEN
262262
# elif PATH_MAX

0 commit comments

Comments
 (0)