blob: 2cde6a1ffdd4c775bd643c1caf37c0d3133aafd1 [file] [log] [blame]
#ifndef __NO_INLINE__
#define __NO_INLINE__
#endif
#include <time.h>
extern __time32_t (__cdecl *__MINGW_IMP_SYMBOL(_mkgmtime))(struct tm *);
__time32_t __cdecl _mkgmtime32(struct tm *_Tm)
{
return (*__MINGW_IMP_SYMBOL(_mkgmtime))(_Tm);
}