summaryrefslogtreecommitdiff
path: root/ace/streams.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-19 03:48:25 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-19 03:48:25 +0000
commit869c2154e4d9234bb53fca02c04be553e6496436 (patch)
treea37e97abbf2beb88e802ff123c1c92767e873eec /ace/streams.h
parent652e3f652c2f1616e32a1843db53852bfb6db1d2 (diff)
downloadATCD-869c2154e4d9234bb53fca02c04be553e6496436.tar.gz
Added Windows CE flags.
Diffstat (limited to 'ace/streams.h')
-rw-r--r--ace/streams.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/streams.h b/ace/streams.h
index c6bbd955073..daaa68d6f73 100644
--- a/ace/streams.h
+++ b/ace/streams.h
@@ -85,6 +85,7 @@ using std::oct;
#else /* ACE_HAS_STANDARD_CPP_LIBRARY */
+#if !defined (ACE_HAS_WINCE)
#include /**/ <fstream.h>
#include /**/ <iostream.h>
@@ -98,6 +99,7 @@ using std::oct;
#endif /* _MSC_VER */
#include /**/ <strstrea.h> // VSB
#endif /* ACE_WIN32 */
+#endif /* ACE_HAS_WINCE */
#endif /* ACE_HAS_STANDARD_CPP_LIBRARY */