epoc32/include/stdapis/stlport/stl/_prolog.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
permissions -rw-r--r--
Final list of Symbian^2 public API header files
williamr@2
     1
/* NOTE : this header has no guards and is MEANT for multiple inclusion !
williamr@2
     2
 * If you are using "header protection" option with your compiler,
williamr@2
     3
 * please also find #pragma which disables it and put it here, to
williamr@2
     4
 * allow reentrancy of this header.
williamr@2
     5
 */
williamr@2
     6
/* We undef "std" on entry , as STLport headers may include native ones. */
williamr@2
     7
# undef std
williamr@2
     8
williamr@2
     9
# ifndef _STLP_CONFIG_H
williamr@2
    10
#  include <stl/_config.h>
williamr@2
    11
# endif
williamr@2
    12
williamr@2
    13
/* If the platform provides any specific prolog actions,
williamr@2
    14
 * like #pragmas, do include platform-specific prolog file */
williamr@2
    15
# if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG)
williamr@2
    16
#  include <config/_prolog.h>
williamr@2
    17
# endif