reactos/sdk/include/c++/stlport/stdiostream.h
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00:00

11 lines
320 B
C

#ifndef _STLP_misc_stdiostream_h
# define _STLP_misc_stdiostream_h
# if (__SUNPRO_CC >= 0x500 )
# include <../CCios/stdiostream.h>
# else if defined (__SUNPRO_CC)
# include <../CC/stdiostream.h>
# else
# error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
# endif
#endif