mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Fixed issue #2466 Invalid integer constant expression error in php.h
This commit is contained in:
parent
9c7cb2cdcd
commit
d2923ec1e5
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ END_EXTERN_C()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_SOCKLEN_T
|
#ifndef HAVE_SOCKLEN_T
|
||||||
# if PHP_WIN32
|
# ifdef PHP_WIN32
|
||||||
typedef int socklen_t;
|
typedef int socklen_t;
|
||||||
# else
|
# else
|
||||||
typedef unsigned int socklen_t;
|
typedef unsigned int socklen_t;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue