summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2005-01-18 17:57:15 +0000
committerpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2005-01-18 17:57:15 +0000
commit6ad5dfbe6dea63b9c20151a19730dbf9527ded96 (patch)
tree01773cbf376f5645eef0c612eab8fb9893bbfa8c
parentded1dfda4a4b631bf63a3d09c486e887f1b44825 (diff)
downloadlibapr-6ad5dfbe6dea63b9c20151a19730dbf9527ded96.tar.gz
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
-rw-r--r--apr.dsp4
-rw-r--r--include/apr.hw1
2 files changed, 5 insertions, 0 deletions
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 <winsock2.h>
#include <mswsock.h>
+#include <ws2tcpip.h>
#else
#include <winsock.h>
#endif