Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygen_ioserr.h
Go to the documentation of this file.
00001 /* 00002 * This file is included in every header that needs the STLport library to be 00003 * built; the header files mostly are the iostreams-headers. The file checks for 00004 * _STLP_USE_NO_IOSTREAMS or _STLP_NO_IOSTREAMS being not defined, so that the 00005 * iostreams part of STLport cannot be used when the symbols were defined 00006 * accidentally. 00007 */ 00008 #if defined (_STLP_NO_IOSTREAMS) 00009 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h). 00010 #elif defined (_STLP_USE_NO_IOSTREAMS ) 00011 # error STLport iostreams header cannot be used; your compiler do not support it. 00012 #endif Generated on Sun May 27 2012 04:29:08 for ReactOS by
1.7.6.1
|