summaryrefslogtreecommitdiff
path: root/ACE/ace/Asynch_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Asynch_Connector.cpp')
-rw-r--r--ACE/ace/Asynch_Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Asynch_Connector.cpp b/ACE/ace/Asynch_Connector.cpp
index 480c24b9551..5d9d5fdd16e 100644
--- a/ACE/ace/Asynch_Connector.cpp
+++ b/ACE/ace/Asynch_Connector.cpp
@@ -7,7 +7,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if (defined (ACE_WIN32) || defined (ACE_HAS_AIO_CALLS)) && !defined(ACE_HAS_WINCE)
+#if defined (ACE_WIN32) || defined (ACE_HAS_AIO_CALLS)
// This only works on platforms that support async I/O.
#include "ace/OS_NS_sys_socket.h"