16#ifndef _STLP_INTERNAL_CTIME
17#define _STLP_INTERNAL_CTIME
19#if !defined (_STLP_WCE_EVC3)
21# if defined (_STLP_USE_NEW_C_HEADERS)
22# if defined (_STLP_HAS_INCLUDE_NEXT)
25# include _STLP_NATIVE_CPP_C_HEADER(ctime)
31# if defined (_STLP_IMPORT_VENDOR_CSTD)
33using _STLP_VENDOR_CSTD::size_t;
34using _STLP_VENDOR_CSTD::clock_t;
35using _STLP_VENDOR_CSTD::time_t;
36using _STLP_VENDOR_CSTD::tm;
37# if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS)
38using _STLP_VENDOR_CSTD::clock;
39using _STLP_VENDOR_CSTD::asctime;
40using _STLP_VENDOR_CSTD::ctime;
41using _STLP_VENDOR_CSTD::gmtime;
43# if !defined (_WIN32_WCE) || (_WIN32_WCE < 0x500)
44using _STLP_VENDOR_CSTD::difftime;
46using _STLP_VENDOR_CSTD::mktime;
47using _STLP_VENDOR_CSTD::localtime;
48using _STLP_VENDOR_CSTD::strftime;
49using _STLP_VENDOR_CSTD::time;
#define _STLP_BEGIN_NAMESPACE
#define _STLP_END_NAMESPACE