16#ifndef _STLP_INTERNAL_CLOCALE
17#define _STLP_INTERNAL_CLOCALE
19#if !defined (_STLP_WCE_EVC3)
21# if defined (_STLP_USE_NEW_C_HEADERS)
22# if defined (_STLP_HAS_INCLUDE_NEXT)
23# include_next <clocale>
25# include _STLP_NATIVE_CPP_C_HEADER(clocale)
31# if defined (_STLP_IMPORT_VENDOR_CSTD)
33using _STLP_VENDOR_CSTD::lconv;
34# if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS)
35using _STLP_VENDOR_CSTD::localeconv;
36using _STLP_VENDOR_CSTD::setlocale;
#define _STLP_BEGIN_NAMESPACE
#define _STLP_END_NAMESPACE