summaryrefslogtreecommitdiff
path: root/ace/Asynch_Connector.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2005-08-08 12:17:50 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2005-08-08 12:17:50 +0000
commit048138e14842ace4505e8289937fd738cb79c7bb (patch)
treed610defdb83a143d1cfa69b1422827ba7b348afb /ace/Asynch_Connector.h
parent93de9ae564569b98211e0336d69a15d24281aba0 (diff)
downloadATCD-048138e14842ace4505e8289937fd738cb79c7bb.tar.gz
ChangeLogTag:Sat Aug 6 17:25:04 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Diffstat (limited to 'ace/Asynch_Connector.h')
-rw-r--r--ace/Asynch_Connector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Asynch_Connector.h b/ace/Asynch_Connector.h
index 91df697c275..d7bf516cecf 100644
--- a/ace/Asynch_Connector.h
+++ b/ace/Asynch_Connector.h
@@ -20,7 +20,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if defined (ACE_WIN32) || defined (ACE_HAS_AIO_CALLS)
+#if (defined (ACE_WIN32) || defined (ACE_HAS_AIO_CALLS)) && !defined(ACE_HAS_WINCE)
// This only works on platforms that support async i/o.
#include "ace/Asynch_IO.h"