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

_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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.