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

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

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