summaryrefslogtreecommitdiff
path: root/ACE/examples/Connection/blocking/test_spipe_acceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Connection/blocking/test_spipe_acceptor.cpp')
-rw-r--r--ACE/examples/Connection/blocking/test_spipe_acceptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Connection/blocking/test_spipe_acceptor.cpp b/ACE/examples/Connection/blocking/test_spipe_acceptor.cpp
index 549690ebf43..62a6d776c84 100644
--- a/ACE/examples/Connection/blocking/test_spipe_acceptor.cpp
+++ b/ACE/examples/Connection/blocking/test_spipe_acceptor.cpp
@@ -6,7 +6,7 @@
ACE_RCSID(blocking, test_spipe_acceptor, "$Id$")
-#if ((defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || (defined (ACE_HAS_AIO_CALLS)))
+#if defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS)
int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])