Skip to content

Commit d2923ec

Browse files
committed
Fixed issue #2466 Invalid integer constant expression error in php.h
1 parent 9c7cb2c commit d2923ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ END_EXTERN_C()
143143
#endif
144144

145145
#ifndef HAVE_SOCKLEN_T
146-
# if PHP_WIN32
146+
# ifdef PHP_WIN32
147147
typedef int socklen_t;
148148
# else
149149
typedef unsigned int socklen_t;

0 commit comments

Comments
 (0)