Mail Archives: cygwin/2008/01/25/05:11:14
Having obtained this answer
http://cygwin.com/ml/cygwin/2008-01/msg00491.html from Cygwin side, a
'conservative' solution looks as the following
===========================
--- strftime.c.orig 2007-01-14 04:24:37.000000000 +0100
+++ strftime.c 2008-01-25 10:52:30.921875000 +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
===========================
But, perhaps, the Emacs/Cygwin guys have better one!
Cheers,
Angelo.
---
O Captain! my Captain! our fearful trip is done,
The ship has weather'd every rack, the prize we sought is won,
The port is near, the bells I hear, the people all exulting...
-
Walt WHITMAN
--
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/
- Raw text -