#ifndef __NO_INLINE__ #define __NO_INLINE__ #endif #include extern __time32_t (__cdecl *__MINGW_IMP_SYMBOL(time))(__time32_t *); __time32_t __cdecl _time32(__time32_t *_Time) { return (*__MINGW_IMP_SYMBOL(time))(_Time); }