Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygen_cprolog.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 #ifndef RC_INVOKED 00008 00009 #ifdef std 00010 # undef std /* We undef "std" on entry , as STLport headers may include native ones. */ 00011 #endif 00012 00013 #ifdef _STLP_PROLOG_HEADER_INCLUDED 00014 # error STlport prolog header can not be reincluded as long as epilog has not be included. 00015 #endif 00016 00017 #define _STLP_PROLOG_HEADER_INCLUDED 00018 00019 #ifndef _STLP_FEATURES_H 00020 # include <stl/config/features.h> 00021 #endif 00022 00023 /* If the platform provides any specific prolog actions, 00024 * like #pragmas, do include platform-specific prolog file */ 00025 #if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG) 00026 # include <stl/config/_prolog.h> 00027 #endif 00028 00029 #endif Generated on Sat May 26 2012 04:27:32 for ReactOS by
1.7.6.1
|