10#error Only Win32 target is supported!
15#pragma pack(push,_CRT_PACKING)
21#ifndef _UTIMBUF_DEFINED
22#define _UTIMBUF_DEFINED
34#if _INTEGRAL_MAX_BITS >= 64
59 _In_z_ const char *_Filename,
66 _In_z_ const char *_Filename,
87 _In_z_ const wchar_t *_Filename,
94 _In_z_ const wchar_t *_Filename,
97#if _INTEGRAL_MAX_BITS >= 64
103 _In_z_ const char *_Filename,
117 _In_z_ const wchar_t *_Filename,
123#ifdef _USE_32BIT_TIME_T
void modtime(int argc, const char *argv[])
_In_ size_t _In_ const __time32_t * _Time
_CRTIMP int __cdecl _utime32(_In_z_ const char *_Filename, _In_opt_ struct __utimbuf32 *_Time)
_CRTIMP int __cdecl _futime32(_In_ int _FileDes, _In_opt_ struct __utimbuf32 *_Time)
_CRTIMP int __cdecl _futime(_In_ int _FileDes, _In_opt_ struct _utimbuf *_Time)
_CRTIMP int __cdecl _utime(_In_z_ const char *_Filename, _In_opt_ struct _utimbuf *_Time)
_CRTIMP int __cdecl _wutime(_In_z_ const wchar_t *_Filename, _In_opt_ struct _utimbuf *_Time)
_CRTIMP int __cdecl _wutime32(_In_z_ const wchar_t *_Filename, _In_opt_ struct __utimbuf32 *_Time)