1.1 --- a/epoc32/include/stdapis/stlport/stdiostream.h Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/stdapis/stlport/stdiostream.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,10 @@
1.4 -stdiostream.h
1.5 +#ifndef _STLP_misc_stdiostream_h
1.6 +# define _STLP_misc_stdiostream_h
1.7 +# if (__SUNPRO_CC >= 0x500 )
1.8 +# include <../CCios/stdiostream.h>
1.9 +# else if defined (__SUNPRO_CC)
1.10 +# include <../CC/stdiostream.h>
1.11 +# else
1.12 +# error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
1.13 +# endif
1.14 +#endif