summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
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_);