summaryrefslogtreecommitdiff
path: root/ace/streams.h
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-06 22:48:32 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-06 22:48:32 +0000
commit23c1145590047e66c9db357d6ceb2356a7198881 (patch)
treeb628409c5442a2dff01eb8249264fada59d8a1dd /ace/streams.h
parent83dbafe0d09ae8f4ba082512de1a33ef08e4bb9a (diff)
downloadATCD-23c1145590047e66c9db357d6ceb2356a7198881.tar.gz
Changes for pSOS using Diab 4.2a release
Diffstat (limited to 'ace/streams.h')
-rw-r--r--ace/streams.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/streams.h b/ace/streams.h
index 56130bec6f7..6bd1b445429 100644
--- a/ace/streams.h
+++ b/ace/streams.h
@@ -96,7 +96,7 @@ using std::oct;
#else /* ACE_HAS_STANDARD_CPP_LIBRARY */
-#if !defined (ACE_HAS_WINCE)
+#if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
#include /**/ <fstream.h>
#include /**/ <iostream.h>
@@ -110,7 +110,7 @@ using std::oct;
#endif /* _MSC_VER */
#include /**/ <strstrea.h> // VSB
#endif /* ACE_WIN32 */
-#endif /* ACE_HAS_WINCE */
+#endif /* ACE_LACKS_IOSTREAM_TOTALLY */
#endif /* ACE_HAS_STANDARD_CPP_LIBRARY */