Author: pquerna Date: Tue Jan 18 09:57:15 2005 New Revision: 125522 URL: http://svn.apache.org/viewcvs?view=rev&rev=125522 Log: Win32 support for Multicast
Submmited By: Colm MacCarthaigh Modified: apr/apr/trunk/apr.dsp apr/apr/trunk/include/apr.hw Modified: apr/apr/trunk/apr.dsp Url: http://svn.apache.org/viewcvs/apr/apr/trunk/apr.dsp?view=diff&rev=125522&p1=apr/apr/trunk/apr.dsp&r1=125521&p2=apr/apr/trunk/apr.dsp&r2=125522 ============================================================================== --- apr/apr/trunk/apr.dsp (original) +++ apr/apr/trunk/apr.dsp Tue Jan 18 09:57:15 2005 @@ -278,6 +278,10 @@ # End Source File # Begin Source File +SOURCE=.\network_io\unix\multicast.c +# End Source File +# Begin Source File + SOURCE=.\network_io\win32\sendrecv.c # End Source File # Begin Source File Modified: apr/apr/trunk/include/apr.hw Url: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr.hw?view=diff&rev=125522&p1=apr/apr/trunk/include/apr.hw&r1=125521&p2=apr/apr/trunk/include/apr.hw&r2=125522 ============================================================================== --- apr/apr/trunk/include/apr.hw (original) +++ apr/apr/trunk/include/apr.hw Tue Jan 18 09:57:15 2005 @@ -88,6 +88,7 @@ #ifndef _WIN32_WCE #include <winsock2.h> #include <mswsock.h> +#include <ws2tcpip.h> #else #include <winsock.h> #endif
