Update contrib.
1 #ifndef STLPORT_PREFIX_H
2 #define STLPORT_PREFIX_H
4 #define __BUILDING_STLPORT 1
6 #if defined (_WIN32) || defined (WIN32)
8 # define WIN32_LEAN_AND_MEAN
11 # if !(defined (__CYGWIN__) || defined (_WIN32_WCE))
12 # define _STLP_REAL_LOCALE_IMPLEMENTED
16 #undef _STLP_NO_FORCE_INSTANTIATE
18 /* Please add extra compilation switches for particular compilers here */
20 #if defined (_MSC_VER) && !defined (__COMO__) && !defined (__MWERKS__)
21 # include "warning_disable.h"
24 #include <stl/config/features.h>
26 #if defined (_STLP_USE_TEMPLATE_EXPORT) && defined (_STLP_USE_DECLSPEC) && !defined (_STLP_EXPOSE_GLOBALS_IMPLEMENTATION)
27 # define _STLP_EXPOSE_GLOBALS_IMPLEMENTATION
33 # if defined (_STLP_USE_NAMESPACES) && !defined (_STLP_VENDOR_GLOBAL_CSTD)
34 using _STLP_VENDOR_CSTD::time_t;
37 # if defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER)
38 # define _STLP_OPERATOR_SPEC _STLP_DECLSPEC
40 # define _STLP_OPERATOR_SPEC _STLP_TEMPLATE_NULL _STLP_DECLSPEC
43 #endif /* __cplusplus */