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

_prolog.h
Go to the documentation of this file.
00001 /* NOTE : this header has no guards and is MEANT for multiple inclusion!
00002  * If you are using "header protection" option with your compiler,
00003  * please also find #pragma which disables it and put it here, to
00004  * allow reentrancy of this header.
00005  */
00006 
00007 #include <stl/_cprolog.h>
00008 
00009 /* Get all debug things, potentially only empty macros if none of
00010  * the debug features available in user config file is activated. */
00011  /* Thanks to _STLP_OUTERMOST_HEADER_ID we hide _debug.h when C standard
00012   * headers are included as some platforms (Win32) include C standard headers
00013   * in an 'extern "C"' scope which do not accept the templates exposed
00014   * in _debug.h. */
00015 #if defined (__cplusplus) && !defined (_STLP_DEBUG_H) && \
00016    !((_STLP_OUTERMOST_HEADER_ID >= 0x200) && (_STLP_OUTERMOST_HEADER_ID <= 0x300))
00017 #  include <stl/debug/_debug.h>
00018 #endif

Generated on Sun May 27 2012 04:29:20 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.