summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/server/IO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/server/IO.cpp')
-rw-r--r--ACE/apps/JAWS/server/IO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/JAWS/server/IO.cpp b/ACE/apps/JAWS/server/IO.cpp
index 8b727a12019..0d2663c1f85 100644
--- a/ACE/apps/JAWS/server/IO.cpp
+++ b/ACE/apps/JAWS/server/IO.cpp
@@ -195,7 +195,7 @@ JAWS_Synch_IO::send_message (const char *buffer,
}
// This only works on Win32
-#if defined (ACE_WIN32)
+#if defined (ACE_HAS_WIN32_OVERLAPPED_IO)
JAWS_Asynch_IO::JAWS_Asynch_IO (void)
{
@@ -421,7 +421,7 @@ JAWS_Asynch_IO::handle_write_stream (const ACE_Asynch_Write_Stream::Result &resu
this->handler_->error_message_complete ();
}
-#endif /* ACE_WIN32 */
+#endif /* ACE_HAS_WIN32_OVERLAPPED_IO */
//-------------------Adding SYNCH IO no Caching