On 12/15/2008 6:52 PM, Christopher Faylor wrote:
On Mon, Dec 15, 2008 at 02:43:44PM -0500, Ken Brown wrote:
--- strftime.c.orig 2007-01-14 04:24:37.000000000 +0100
+++ strftime.c 2008-02-04 21:40:01.031250000 +0100
@@ -54,7 +54,7 @@
# endif
#endif
#if HAVE_TZNAME
-#ifndef USE_CRT_DLL
+#if !defined (USE_CRT_DLL) && !defined (CYGWIN)
extern char *tzname[];
#endif
#endif
2) declaring tzname should not affect anything timing related.
OK, thanks. In the meantime I've learned that the purpose of the patch
was to prevent a warning about a dll import attribute. I should have
checked this before posting. Sorry for the noise.
Ken
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/