]> granicus.if.org Git - php/commitdiff
- Allow Windows builds targeting Vista and above have access to the RFC 3678
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 4 Mar 2012 19:17:49 +0000 (19:17 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 4 Mar 2012 19:17:49 +0000 (19:17 +0000)
  API for multicasting.

ext/sockets/multicast.h

index ccd9b1d2a8e9148d822478862b89ecfa416b5bb8..1b8c3c9e0aae4e476e27124d30c91b4ab27e5afd 100644 (file)
@@ -18,8 +18,7 @@
 
 /* $Id$ */
 
-#if defined(MCAST_JOIN_GROUP) && \
-       (!defined(PHP_WIN32) || (_WIN32_WINNT >= 0x600 && SOCKETS_ENABLE_VISTA_API))
+#if defined(MCAST_JOIN_GROUP)
 #define RFC3678_API 1
 /* has block/unblock and source membership, in this case for both IPv4 and IPv6 */
 #define HAS_MCAST_EXT 1