From 6ad5dfbe6dea63b9c20151a19730dbf9527ded96 Mon Sep 17 00:00:00 2001 From: pquerna Date: Tue, 18 Jan 2005 17:57:15 +0000 Subject: Win32 support for Multicast Submmited By: Colm MacCarthaigh git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125522 13f79535-47bb-0310-9956-ffa450edef68 --- apr.dsp | 4 ++++ include/apr.hw | 1 + 2 files changed, 5 insertions(+) diff --git a/apr.dsp b/apr.dsp index 406416b58..57bff7e1a 100644 --- a/apr.dsp +++ b/apr.dsp @@ -278,6 +278,10 @@ SOURCE=.\poll\unix\select.c # 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 diff --git a/include/apr.hw b/include/apr.hw index fa22e489a..1174a190a 100644 --- a/include/apr.hw +++ b/include/apr.hw @@ -88,6 +88,7 @@ #ifndef _WIN32_WCE #include #include +#include #else #include #endif -- cgit v1.2.1