12#if defined(MINGW_HAS_SECURE_API)
80#ifndef _WTIME_S_DEFINED
81#define _WTIME_S_DEFINED
123#if !defined (RC_INVOKED) && !defined (_INC_WTIME_S_INL)
124#define _INC_WTIME_S_INL
126#ifndef _USE_32BIT_TIME_T
134#ifdef _USE_32BIT_TIME_T
_ACRTIMP errno_t __cdecl _wstrtime_s(wchar_t *, size_t)
_ACRTIMP errno_t __cdecl _wstrdate_s(wchar_t *, size_t)
_ACRTIMP errno_t __cdecl _strtime_s(char *, size_t)
_ACRTIMP int __cdecl _gmtime32_s(struct tm *res, const __time32_t *secs)
_ACRTIMP errno_t __cdecl _localtime32_s(struct tm *, const __time32_t *)
_ACRTIMP int __cdecl _gmtime64_s(struct tm *res, const __time64_t *secs)
_ACRTIMP errno_t __cdecl _ctime64_s(char *, size_t, const __time64_t *)
_ACRTIMP errno_t __cdecl _strdate_s(char *, size_t)
_ACRTIMP errno_t __cdecl _ctime32_s(char *, size_t, const __time32_t *)
static errno_t localtime_s(struct tm *res, const time_t *t)
_ACRTIMP errno_t __cdecl _localtime64_s(struct tm *, const __time64_t *)
int CDECL _wctime64_s(wchar_t *buf, size_t size, const __time64_t *time)
int CDECL _wasctime_s(wchar_t *time, size_t size, const struct tm *mstm)
int CDECL _wctime32_s(wchar_t *buf, size_t size, const __time32_t *time)
#define _Out_writes_z_(s)
#define _Post_readable_size_(s)
_In_ size_t _In_ const __time32_t * _Time
_In_ size_t _In_z_ _Printf_format_string_ const char _In_ const struct tm * _Tm
#define _Check_return_wat_
static _Check_return_wat_ __inline errno_t __CRTDECL _wctime_s(_Pre_notnull_ _Post_z_ _Out_writes_z_(_SizeInWords) wchar_t *const _Buffer, _In_ size_t const _SizeInWords, _In_ time_t const *const _Time)
_In_ _Pre_notnull_ _Buffer