Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygen_epilog.h
Go to the documentation of this file.
00001 #if defined (_STLP_MSVC) || defined (__ICL) 00002 00003 # pragma warning (pop) 00004 # pragma pack (pop) 00005 00006 #elif defined (__BORLANDC__) 00007 00008 # pragma option pop 00009 # pragma option -w-pow // -w-8062 Previous options and warnings not restored 00010 00011 #elif defined (__sgi) && !defined (__GNUC__) && (_MIPS_SIM != _MIPS_SIM_ABI32) 00012 00013 # pragma reset woff 1174 00014 # pragma reset woff 1375 00015 # pragma reset woff 1209 00016 /* from iterator_base.h */ 00017 # pragma reset woff 1183 00018 00019 #elif defined (__DECCXX) 00020 00021 # ifdef __PRAGMA_ENVIRONMENT 00022 # pragma __environment __restore 00023 # endif 00024 00025 #elif defined (__IBMCPP__) 00026 00027 # pragma info(restore) 00028 00029 #endif Generated on Mon May 28 2012 04:28:50 for ReactOS by
1.7.6.1
|