summaryrefslogtreecommitdiff
path: root/ACE/ace/WIN32_Proactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/WIN32_Proactor.h')
-rw-r--r--ACE/ace/WIN32_Proactor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/WIN32_Proactor.h b/ACE/ace/WIN32_Proactor.h
index e6db85ba930..addc5bfd94e 100644
--- a/ACE/ace/WIN32_Proactor.h
+++ b/ACE/ace/WIN32_Proactor.h
@@ -24,7 +24,7 @@
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if defined (ACE_WIN32) && defined (ACE_HAS_WIN32_OVERLAPPED_IO)
+#if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE))
// WIN32 implementation of the Proactor.
#include "ace/WIN32_Asynch_IO.h"