On Mon, Jan 17, 2005 at 10:54:47AM +0000, Colm MacCarthaigh wrote: > Suprisingly simple patch after all. Not extensively tested, but compiles > and allows me to send/recieve packets, on my Machine.
Gah, due to my inability to correctly use TortoiseSVN, correct patch now attachted :) -- Colm MacC�rthaigh Public Key: [EMAIL PROTECTED]
Index: apr.dsp =================================================================== --- apr.dsp (revision 125404) +++ apr.dsp (working copy) @@ -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 Index: include/apr.hw =================================================================== --- include/apr.hw (revision 125404) +++ include/apr.hw (working copy) @@ -88,6 +88,7 @@ #ifndef _WIN32_WCE #include <winsock2.h> #include <mswsock.h> +#include <ws2tcpip.h> #else #include <winsock.h> #endif
