From da212ddb7ed3f4578f1c83d9e0e472245efbea1e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 29 Nov 2010 22:03:40 +0200 Subject: Doc updates. Strftime fix for PC. Check ranges in REs. --- missing_d/strftime.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'missing_d/strftime.c') diff --git a/missing_d/strftime.c b/missing_d/strftime.c index 69a0c517..d4b9ecf4 100644 --- a/missing_d/strftime.c +++ b/missing_d/strftime.c @@ -55,8 +55,10 @@ # endif #endif #if HAVE_TZNAME +#ifndef __MINGW32__ extern char *tzname[]; #endif +#endif /* Do multibyte processing if multibytes are supported, unless multibyte sequences are safe in formats. Multibyte sequences are -- cgit v1.2.3