Mercurial > hg > xemacs-beta
diff src/strftime.c @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 376386a54a3c |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/strftime.c Mon Aug 13 09:13:58 2007 +0200 +++ b/src/strftime.c Mon Aug 13 09:15:11 2007 +0200 @@ -94,9 +94,13 @@ time_t mktime (); #endif +#if defined(WINDOWSNT) +#include <time.h> +#else #if defined(HAVE_TZNAME) extern char *tzname[2]; #endif +#endif /* WINDOWSNT */ #ifdef emacs #define strftime emacs_strftime