- Allow Windows builds targeting Vista and above have access to the RFC 3678

API for multicasting.
This commit is contained in:
Gustavo André dos Santos Lopes 2012-03-04 19:17:49 +00:00
parent 0ed3b00406
commit 0e9c20ec12

View 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