21 #include <vapor/common.h> 
   25 #define TIME64_T __int64 
   27 #define TIME64_T int64_t 
COMMON_API struct tm * GmTime64_r(const TIME64_T *t, struct tm *p)
 
COMMON_API TIME64_T MkTime64(struct tm *t)
 
COMMON_API struct tm * LocalTime64_r(const TIME64_T *t, struct tm *p)