Sha256: 78cfa3e6411b8bb0e8f5e0199ffacb61dfed81c41dc0deef5d6fa1954964c7bf

Contents?: true

Size: 1.11 KB

Versions: 135

Compression:

Stored size: 1.11 KB

Contents

#ifndef STLPORT_PREFIX_H
#define STLPORT_PREFIX_H

#define __BUILDING_STLPORT 1

#if defined (_WIN32) || defined (WIN32)
#  ifdef __cplusplus
#    define WIN32_LEAN_AND_MEAN
#    define NOSERVICE
#  endif
#  if !(defined (__CYGWIN__) || defined (_WIN32_WCE))
#    define _STLP_REAL_LOCALE_IMPLEMENTED
#  endif
#endif

#undef _STLP_NO_FORCE_INSTANTIATE

/* Please add extra compilation switches for particular compilers here */

#if defined (_MSC_VER) && !defined (__COMO__) && !defined (__MWERKS__)
#  include "warning_disable.h"
#endif

#include <stl/config/features.h>

#if defined (_STLP_USE_TEMPLATE_EXPORT) && defined (_STLP_USE_DECLSPEC) && !defined (_STLP_EXPOSE_GLOBALS_IMPLEMENTATION)
#  define _STLP_EXPOSE_GLOBALS_IMPLEMENTATION
#endif

#ifdef __cplusplus

#  include <ctime>
#  if defined (_STLP_USE_NAMESPACES) && !defined (_STLP_VENDOR_GLOBAL_CSTD)
using _STLP_VENDOR_CSTD::time_t;
#  endif

#  if defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER)
#    define _STLP_OPERATOR_SPEC _STLP_DECLSPEC
#  else
#    define _STLP_OPERATOR_SPEC _STLP_TEMPLATE_NULL _STLP_DECLSPEC
#  endif

#endif /* __cplusplus */

#endif /* PREFIX */

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/stlport/src/stlport_prefix.h
rhodes-7.5.1 platform/shared/stlport/src/stlport_prefix.h
rhodes-7.4.1 platform/shared/stlport/src/stlport_prefix.h
rhodes-7.1.17 platform/shared/stlport/src/stlport_prefix.h
rhodes-6.2.0 platform/shared/stlport/src/stlport_prefix.h
rhodes-6.0.11 platform/shared/stlport/src/stlport_prefix.h
rhodes-5.5.18 platform/shared/stlport/src/stlport_prefix.h
rhodes-5.5.17 platform/shared/stlport/src/stlport_prefix.h
rhodes-5.5.15 platform/shared/stlport/src/stlport_prefix.h
rhodes-5.5.0.22 platform/shared/stlport/src/stlport_prefix.h
rhodes-5.5.2 platform/shared/stlport/src/stlport_prefix.h
rhodes-5.5.0.7 platform/shared/stlport/src/stlport_prefix.h
rhodes-5.5.0.3 platform/shared/stlport/src/stlport_prefix.h
rhodes-5.5.0 platform/shared/stlport/src/stlport_prefix.h
tauplatform-1.0.3 platform/shared/stlport/src/stlport_prefix.h
tauplatform-1.0.2 platform/shared/stlport/src/stlport_prefix.h
tauplatform-1.0.1 platform/shared/stlport/src/stlport_prefix.h
rhodes-3.5.1.12 platform/shared/stlport/src/stlport_prefix.h
rhodes-3.3.5 platform/shared/stlport/src/stlport_prefix.h
rhodes-3.4.2 platform/shared/stlport/src/stlport_prefix.h