X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fstrftime.c;h=926806d6031ba2c814026ec16ab5f4b46a122f0f;hb=44f4095af638e59ec6534d3019fbde320220e210;hp=38766172aeebc044fd54e50f3d7ef36554e67986;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git.1 diff --git a/src/strftime.c b/src/strftime.c index 3876617..926806d 100644 --- a/src/strftime.c +++ b/src/strftime.c @@ -94,13 +94,13 @@ time_t mktime (); #endif -#if defined(WINDOWSNT) || defined(__CYGWIN32__) +#if defined(WIN32_NATIVE) || defined(CYGWIN) #include #else #if defined(HAVE_TZNAME) extern char *tzname[2]; #endif -#endif /* WINDOWSNT */ +#endif /* WIN32_NATIVE */ #ifdef emacs #define strftime emacs_strftime @@ -233,6 +233,7 @@ mon_week (const struct tm *tm) } #if !defined(HAVE_TM_ZONE) && !defined(HAVE_TZNAME) +char *zone_name (const struct tm *tp); char * zone_name (const struct tm *tp) {