Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygen_apcc.h
Go to the documentation of this file.
00001 // STLport config file for Apogee 4.x 00002 00003 #define _STLP_COMPILER "Apogee" 00004 00005 #define _STLP_NO_NEW_NEW_HEADER 1 00006 #define _STLP_HAS_NO_NEW_C_HEADERS 1 00007 00008 #if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4) 00009 # define _STLP_RAND48 1 00010 #endif 00011 // # define _STLP_RAND48 1 00012 #define _STLP_LONG_LONG long long 00013 #define _STLP_NO_BAD_ALLOC 1 00014 #define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1 00015 #define _STLP_NON_TYPE_TMPL_PARAM_BUG 1 00016 // # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1 00017 #define _STLP_NO_EXCEPTION_HEADER 1 00018 00019 #undef _STLP_LINK_TIME_INSTANTIATION 00020 #define _STLP_LINK_TIME_INSTANTIATION 1 00021 00022 #ifdef __STDLIB 00023 # undef _STLP_NO_NEW_C_HEADERS 00024 # undef _STLP_NO_NEW_NEW_HEADER 00025 # undef _STLP_NO_BAD_ALLOC 00026 # undef _STLP_LONG_LONG 00027 #else 00028 # undef _STLP_NO_EXCEPTION_SPEC 00029 # define _STLP_NO_EXCEPTION_SPEC 1 00030 #endif Generated on Sat May 26 2012 04:28:24 for ReactOS by
1.7.6.1
|