aboutsummaryrefslogtreecommitdiff
path: root/win32/mingw.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/mingw.c')
-rw-r--r--win32/mingw.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/win32/mingw.c b/win32/mingw.c
index b5b3576eb..810cce604 100644
--- a/win32/mingw.c
+++ b/win32/mingw.c
@@ -799,11 +799,6 @@ int mingw_unlink(const char *pathname)
799 return unlink(pathname); 799 return unlink(pathname);
800} 800}
801 801
802char *strptime(const char *s UNUSED_PARAM, const char *format UNUSED_PARAM, struct tm *tm UNUSED_PARAM)
803{
804 return NULL;
805}
806
807#undef strftime 802#undef strftime
808size_t mingw_strftime(const char *buf, size_t max, const char *format, const struct tm *tm) 803size_t mingw_strftime(const char *buf, size_t max, const char *format, const struct tm *tm)
809{ 804{