Home | Info | Community | Development | myReactOS | Contact Us
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
1.7.6.1
|