summaryrefslogtreecommitdiff
path: root/ACE/tests/Proactor_Test_IPV6.cpp
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-01 11:29:29 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-02-01 11:29:29 +0000
commitb3f6ebe868a6c645c871a27cf1928621bfc4afa1 (patch)
tree552c76b269f19ea82781e130c68f0f5aa23c5170 /ACE/tests/Proactor_Test_IPV6.cpp
parentdd9fce3199d30b24a4ccee5e704bdac36eab7ce9 (diff)
downloadATCD-b3f6ebe868a6c645c871a27cf1928621bfc4afa1.tar.gz
ChangeLogTag: Thu Feb 1 11:21:32 UTC 2007 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/tests/Proactor_Test_IPV6.cpp')
-rw-r--r--ACE/tests/Proactor_Test_IPV6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Proactor_Test_IPV6.cpp b/ACE/tests/Proactor_Test_IPV6.cpp
index 003f6915612..2358928891f 100644
--- a/ACE/tests/Proactor_Test_IPV6.cpp
+++ b/ACE/tests/Proactor_Test_IPV6.cpp
@@ -20,7 +20,7 @@ ACE_RCSID (tests,
Proactor_Test,
"$Id$")
-#if defined (ACE_HAS_THREADS) && (defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS))
+#if defined (ACE_HAS_THREADS) && (defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS)) && !defined (ACE_HAS_BROKEN_SIGEVENT_STRUCT)
// This only works on Win32 platforms and on Unix platforms
// supporting POSIX aio calls.