From 0aa3f705c21a49d43ce5f2e7bdd7a8686c1ee418 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Mar 2000 11:40:48 +0000 Subject: removed an unnecessary #ifdef WIN32 --- lib/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/http.c b/lib/http.c index 7bbf13b7a..3f030b4a1 100644 --- a/lib/http.c +++ b/lib/http.c @@ -253,7 +253,7 @@ UrgError http(struct UrlData *data, char *ppath, char *host, long *bytecount) thistime = localtime(&data->timevalue); -#if defined(HAVE_STRFTIME) || defined(WIN32) +#ifdef HAVE_STRFTIME /* format: "Tue, 15 Nov 1994 12:45:26 GMT" */ strftime(buf, BUFSIZE-1, "%a, %d %b %Y %H:%M:%S %Z", thistime); #else -- cgit v1.2.3