summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-17 09:20:56 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-17 09:20:56 +0000
commitc74d8420719cc259d8a80dfcfed0a1ebe89c39a1 (patch)
treea5df165640c706cd3c6fbddfd55c3726dc4ff720 /apps
parent55ade6e0a517cce1a44cf47c0ef09d39f076fd06 (diff)
downloadATCD-c74d8420719cc259d8a80dfcfed0a1ebe89c39a1.tar.gz
Thanks to Bill Rizzi for pointing out problems with using writev in
WIN32.
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS/server/IO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/server/IO.cpp b/apps/JAWS/server/IO.cpp
index b530d85f2b0..abb979ddb1f 100644
--- a/apps/JAWS/server/IO.cpp
+++ b/apps/JAWS/server/IO.cpp
@@ -107,7 +107,7 @@ JAWS_Synch_IO::transmit_file (const char *filename,
if (result == ACE_Filecache_Handle::ACE_SUCCESS)
{
-#if defined (ACE_JAWS_BASELINE)
+#if defined (ACE_JAWS_BASELINE) || defined (ACE_WIN32)
ACE_SOCK_Stream stream;
stream.set_handle (this->handle_);