author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:33:34 +0100 | |
branch | Symbian3 |
changeset 4 | 837f303aceeb |
permissions | -rw-r--r-- |
williamr@4 | 1 |
/* NOTE : this header has no guards and is MEANT for multiple inclusion! |
williamr@4 | 2 |
* If you are using "header protection" option with your compiler, |
williamr@4 | 3 |
* please also find #pragma which disables it and put it here, to |
williamr@4 | 4 |
* allow reentrancy of this header. |
williamr@4 | 5 |
*/ |
williamr@4 | 6 |
|
williamr@4 | 7 |
#ifdef std |
williamr@4 | 8 |
# undef std /* We undef "std" on entry , as STLport headers may include native ones. */ |
williamr@4 | 9 |
#endif |
williamr@4 | 10 |
|
williamr@4 | 11 |
#ifdef _STLP_PROLOG_HEADER_INCLUDED |
williamr@4 | 12 |
# error STlport prolog header can not be reincluded as long as epilog has not be included. |
williamr@4 | 13 |
#endif |
williamr@4 | 14 |
|
williamr@4 | 15 |
#define _STLP_PROLOG_HEADER_INCLUDED |
williamr@4 | 16 |
|
williamr@4 | 17 |
#ifndef _STLP_FEATURES_H |
williamr@4 | 18 |
# include <stl/config/features.h> |
williamr@4 | 19 |
#endif |
williamr@4 | 20 |
|
williamr@4 | 21 |
/* If the platform provides any specific prolog actions, |
williamr@4 | 22 |
* like #pragmas, do include platform-specific prolog file */ |
williamr@4 | 23 |
#if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG) |
williamr@4 | 24 |
# include <stl/config/_prolog.h> |
williamr@4 | 25 |
#endif |