Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygen_ctime.h
Go to the documentation of this file.
00001 /* 00002 * Copyright (c) 1999 00003 * Boris Fomitchev 00004 * 00005 * This material is provided "as is", with absolutely no warranty expressed 00006 * or implied. Any use is at your own risk. 00007 * 00008 * Permission to use or copy this software for any purpose is hereby granted 00009 * without fee, provided the above notices are retained on all copies. 00010 * Permission to modify the code and to distribute modified code is granted, 00011 * provided the above notices are retained, and a notice that the code was 00012 * modified is included with the above copyright notice. 00013 * 00014 */ 00015 00016 #ifndef _STLP_INTERNAL_CTIME 00017 #define _STLP_INTERNAL_CTIME 00018 00019 #if !defined (_STLP_WCE_EVC3) 00020 00021 # if defined (_STLP_USE_NEW_C_HEADERS) 00022 # if defined (_STLP_HAS_INCLUDE_NEXT) 00023 # include_next <ctime> 00024 # else 00025 # include _STLP_NATIVE_CPP_C_HEADER(ctime) 00026 # endif 00027 # else 00028 # include <time.h> 00029 # endif 00030 00031 # if defined (_STLP_IMPORT_VENDOR_CSTD) 00032 _STLP_BEGIN_NAMESPACE 00033 using _STLP_VENDOR_CSTD::size_t; 00034 using _STLP_VENDOR_CSTD::clock_t; 00035 using _STLP_VENDOR_CSTD::time_t; 00036 using _STLP_VENDOR_CSTD::tm; 00037 # if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS) 00038 using _STLP_VENDOR_CSTD::clock; 00039 using _STLP_VENDOR_CSTD::asctime; 00040 using _STLP_VENDOR_CSTD::ctime; 00041 using _STLP_VENDOR_CSTD::gmtime; 00042 00043 # if !defined (_WIN32_WCE) || (_WIN32_WCE < 0x500) // CE5 stopped supplying this 00044 using _STLP_VENDOR_CSTD::difftime; 00045 # endif 00046 using _STLP_VENDOR_CSTD::mktime; 00047 using _STLP_VENDOR_CSTD::localtime; 00048 using _STLP_VENDOR_CSTD::strftime; 00049 using _STLP_VENDOR_CSTD::time; 00050 # endif /* _STLP_NO_CSTD_FUNCTION_IMPORTS */ 00051 _STLP_END_NAMESPACE 00052 # endif /* _STLP_IMPORT_VENDOR_CSTD */ 00053 00054 #endif 00055 00056 #endif /* _STLP_INTERNAL_CTIME */ Generated on Sun May 27 2012 04:28:52 for ReactOS by
1.7.6.1
|