From: Daniel Stenberg Date: Fri, 24 Aug 2001 07:41:51 +0000 (+0000) Subject: newly re-generated from the modified getdate.y X-Git-Tag: before_urldata_rename~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4e2774ab81bd1b25b7a2e78222450681749182c;p=thirdparty%2Fcurl.git newly re-generated from the modified getdate.y --- diff --git a/lib/getdate.c b/lib/getdate.c index 62b821807b..df25f1ad4b 100644 --- a/lib/getdate.c +++ b/lib/getdate.c @@ -1524,9 +1524,11 @@ yyerrhandle: the same signature as the function definition does. */ #include "getdate.h" +#ifndef WIN32 /* the windows dudes don't need these, does anyone really? */ extern struct tm *gmtime (); extern struct tm *localtime (); extern time_t mktime (); +#endif /* Month and day table. */ static TABLE const MonthDayTable[] = {