summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-10-13 21:31:37 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-10-13 21:31:37 +0000
commit6a877e2ee6a1c57f8a13c2603adaf4b96a9494d6 (patch)
tree189aa48e180eae50cf8c93fe0dcc4797446d9536 /ace/Asynch_IO.h
parent628761970675415c6733411dd62a6e948f4566fc (diff)
downloadATCD-6a877e2ee6a1c57f8a13c2603adaf4b96a9494d6.tar.gz
ChangeLogTag: Sun Oct 13 15:57:04 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r--ace/Asynch_IO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h
index f043296ab47..14d2e3d22cf 100644
--- a/ace/Asynch_IO.h
+++ b/ace/Asynch_IO.h
@@ -294,7 +294,7 @@ public:
int priority = 0,
int signal_number = ACE_SIGRTMIN);
-#if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE))
+#if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE) && (ACE_HAS_WINNT4) && (ACE_HAS_WINNT4 != 0))
/**
* Same as above but with scatter support, through chaining of composite
* message blocks using the continuation field.
@@ -304,7 +304,7 @@ public:
const void *act = 0,
int priority = 0,
int signal_number = ACE_SIGRTMIN);
-#endif /* (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) */
+#endif /* (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE) && (ACE_HAS_WINNT4) && (ACE_HAS_WINNT4 != 0)) */
/// Return the underlying implementation class.
ACE_Asynch_Read_Stream_Impl *implementation (void) const;