From 9b6a1210733c8d069cd595d37809062ede2eca68 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sun, 19 Jan 2014 22:01:17 +0000 Subject: date: actually use modified strftime --- include/mingw.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/mingw.h b/include/mingw.h index d6eb5d22c..11edc449e 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -301,6 +301,9 @@ int waitpid(pid_t pid, int *status, unsigned options); struct tm *gmtime_r(const time_t *timep, struct tm *result); struct tm *localtime_r(const time_t *timep, struct tm *result); char *strptime(const char *s, const char *format, struct tm *tm); +size_t mingw_strftime(const char *buf, size_t max, const char *format, const struct tm *tm); + +#define strftime mingw_strftime /* * unistd.h -- cgit v1.2.3-55-g6feb