summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2012-03-23 11:38:34 +0000
committerSteve Huston <shuston@riverace.com>2012-03-23 11:38:34 +0000
commitdc6364730fd28d75d77db16724751a15c038da7e (patch)
tree72846a55efbbdd439e561327e8f6aedb79451b83
parent82a69eaea1e386099c4da4739856f08e48ace9ab (diff)
downloadATCD-dc6364730fd28d75d77db16724751a15c038da7e.tar.gz
Remove IPv6 restriction on including iphlpapi.h on Windows
-rw-r--r--ACE/ace/SOCK_Dgram_Mcast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/SOCK_Dgram_Mcast.cpp b/ACE/ace/SOCK_Dgram_Mcast.cpp
index c25ca8d7e66..4389ed5fbba 100644
--- a/ACE/ace/SOCK_Dgram_Mcast.cpp
+++ b/ACE/ace/SOCK_Dgram_Mcast.cpp
@@ -12,7 +12,7 @@
#include "ace/OS_NS_sys_socket.h"
#endif
-#if defined (ACE_HAS_IPV6) && defined (ACE_WIN32)
+#if defined (ACE_WIN32)
#include /**/ <iphlpapi.h>
#endif