summaryrefslogtreecommitdiff
path: root/ext/sockets/multicast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/multicast.h')
-rw-r--r--ext/sockets/multicast.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/sockets/multicast.h b/ext/sockets/multicast.h
index 5619c9c7fb..9470a39ca2 100644
--- a/ext/sockets/multicast.h
+++ b/ext/sockets/multicast.h
@@ -18,9 +18,7 @@
/* $Id$ */
-#if defined(MCAST_JOIN_GROUP) && \
- (!defined(PHP_WIN32) || (_WIN32_WINNT >= 0x600 && SOCKETS_ENABLE_VISTA_API)) && \
- !defined(__APPLE__)
+#if defined(MCAST_JOIN_GROUP) && !defined(__APPLE__)
#define RFC3678_API 1
/* has block/unblock and source membership, in this case for both IPv4 and IPv6 */
#define HAS_MCAST_EXT 1