diff options
Diffstat (limited to 'missing_d/strftime.c')
-rw-r--r-- | missing_d/strftime.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |