diff options
Diffstat (limited to 'ace/Asynch_Connector.h')
-rw-r--r-- | ace/Asynch_Connector.h | 2 |
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" |