summaryrefslogtreecommitdiff
path: root/examples/Reactor/Proactor/post_completions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/Proactor/post_completions.cpp')
-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.