From: Xinchen Hui Date: Mon, 10 Apr 2017 06:40:44 +0000 (+0800) Subject: Fixed issue #2466 Invalid integer constant expression error in php.h X-Git-Tag: php-7.0.19RC1~44^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2923ec1e5457e173f29bdd7f778346c39c952dd;p=php Fixed issue #2466 Invalid integer constant expression error in php.h --- diff --git a/main/php.h b/main/php.h index 4b40132adb..25fffee714 100644 --- a/main/php.h +++ b/main/php.h @@ -143,7 +143,7 @@ END_EXTERN_C() #endif #ifndef HAVE_SOCKLEN_T -# if PHP_WIN32 +# ifdef PHP_WIN32 typedef int socklen_t; # else typedef unsigned int socklen_t;