summaryrefslogtreecommitdiff
path: root/tests/CE_fostream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CE_fostream.cpp')
-rw-r--r--tests/CE_fostream.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/CE_fostream.cpp b/tests/CE_fostream.cpp
index 45641fb6e77..7ebb9b168d7 100644
--- a/tests/CE_fostream.cpp
+++ b/tests/CE_fostream.cpp
@@ -2,8 +2,8 @@
#include "CE_fostream.h"
-// This is CE only, prior to availability of iostreams (VC 8).
-#if defined (ACE_HAS_WINCE) && defined (ACE_LACKS_IOSTREAM_TOTALLY)
+// This is CE only.
+#if defined (ACE_HAS_WINCE)
ACE_CE_fostream* ACE_CE_fostream::instance_ = 0;
@@ -146,4 +146,4 @@ ACE_CE_fostream& ACE_CE_fostream::operator << (const void* v)
return *this;
}
-#endif /* ACE_HAS_WINCE && ACE_LACKS_IOSTREAMS_TOTALLY */
+#endif /* ACE_HAS_WINCE */