ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.