diff options
author | olli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-02-01 11:29:29 +0000 |
---|---|---|
committer | olli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-02-01 11:29:29 +0000 |
commit | b3f6ebe868a6c645c871a27cf1928621bfc4afa1 (patch) | |
tree | 552c76b269f19ea82781e130c68f0f5aa23c5170 /ACE/tests/Proactor_Test.cpp | |
parent | dd9fce3199d30b24a4ccee5e704bdac36eab7ce9 (diff) | |
download | ATCD-b3f6ebe868a6c645c871a27cf1928621bfc4afa1.tar.gz |
ChangeLogTag: Thu Feb 1 11:21:32 UTC 2007 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/tests/Proactor_Test.cpp')
-rw-r--r-- | ACE/tests/Proactor_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Proactor_Test.cpp b/ACE/tests/Proactor_Test.cpp index 28a5dbcff8a..160e502d1ca 100644 --- a/ACE/tests/Proactor_Test.cpp +++ b/ACE/tests/Proactor_Test.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. |