summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-02-06 22:58:37 +0000
committerSteve Huston <shuston@riverace.com>2001-02-06 22:58:37 +0000
commit8161924bc51e4fa93601dc5a0a7845dd139dff15 (patch)
tree93239f76e86baec95dcea185e7d61edc140a7e9d /examples
parentccb73e6db558592edb2157aacac0c4b15ff81e46 (diff)
downloadATCD-8161924bc51e4fa93601dc5a0a7845dd139dff15.tar.gz
ChangeLogTag:Tue Feb 06 17:55:28 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/Reactor/Proactor/post_completions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Reactor/Proactor/post_completions.cpp b/examples/Reactor/Proactor/post_completions.cpp
index 2e94ba6f722..0f3ba203355 100644
--- a/examples/Reactor/Proactor/post_completions.cpp
+++ b/examples/Reactor/Proactor/post_completions.cpp
@@ -42,8 +42,8 @@
static ACE_Atomic_Op <ACE_Thread_Mutex, size_t> Completions_To_Go;
-#if ((defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || \
- (defined (ACE_HAS_AIO_CALLS)) && !defined (ACE_POSIX_AIOCB_PROACTOR))
+#if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || \
+ defined (ACE_HAS_AIO_CALLS)
// This only works on Win32 platforms and on Unix platforms supporting
// POSIX aio calls.