summaryrefslogtreecommitdiff
path: root/ext/sockets/multicast.c
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-04-10 08:06:52 +0100
committerJoe Watkins <krakjoe@php.net>2017-04-10 08:06:52 +0100
commite24dcf97f1af7165d14ff3f57f21c7c89225e1f7 (patch)
tree60abfccec76ba16ad9c3a8b06847d0e254db214a /ext/sockets/multicast.c
parent5b013e7935efb73e27ebc7d40dce7ef9a3644b14 (diff)
parent696bd37e6757d77dc7ed44f3ea6451944ebaba96 (diff)
downloadphp-git-e24dcf97f1af7165d14ff3f57f21c7c89225e1f7.tar.gz
Merge branch 'master' of git.php.net:/php-src
* 'master' of git.php.net:/php-src: Fixed condition check Fixed condition check another place Fixed issue #2466 Invalid integer constant expression error in php.h
Diffstat (limited to 'ext/sockets/multicast.c')
-rw-r--r--ext/sockets/multicast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/multicast.c b/ext/sockets/multicast.c
index 9f8bb6b959..24f374c55d 100644
--- a/ext/sockets/multicast.c
+++ b/ext/sockets/multicast.c
@@ -627,7 +627,7 @@ static int _php_source_op_to_ipv4_op(enum source_op sop)
#endif /* HAS_MCAST_EXT */
-#if PHP_WIN32
+#ifdef PHP_WIN32
int php_if_index_to_addr4(unsigned if_index, php_socket *php_sock, struct in_addr *out_addr)
{
MIB_IPADDRTABLE *addr_table;