1.1 --- a/epoc32/include/stdapis/stlport/stl/_prolog.h Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/stdapis/stlport/stl/_prolog.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,17 @@
1.4 -_prolog.h
1.5 +/* NOTE : this header has no guards and is MEANT for multiple inclusion !
1.6 + * If you are using "header protection" option with your compiler,
1.7 + * please also find #pragma which disables it and put it here, to
1.8 + * allow reentrancy of this header.
1.9 + */
1.10 +/* We undef "std" on entry , as STLport headers may include native ones. */
1.11 +# undef std
1.12 +
1.13 +# ifndef _STLP_CONFIG_H
1.14 +# include <stl/_config.h>
1.15 +# endif
1.16 +
1.17 +/* If the platform provides any specific prolog actions,
1.18 + * like #pragmas, do include platform-specific prolog file */
1.19 +# if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG)
1.20 +# include <config/_prolog.h>
1.21 +# endif