[Asterisk-cvs] asterisk/stdtime private.h,1.1,1.2
kpfleming
kpfleming
Tue Nov 1 17:01:32 CST 2005
Update of /usr/cvsroot/asterisk/stdtime
In directory mongoose.digium.com:/tmp/cvs-serv16806/stdtime
Modified Files:
private.h
Log Message:
issue #4678
Index: private.h
===================================================================
RCS file: /usr/cvsroot/asterisk/stdtime/private.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- private.h 13 Sep 2003 20:51:48 -0000 1.1
+++ private.h 1 Nov 2005 21:53:30 -0000 1.2
@@ -9,9 +9,11 @@
*/
/* Stuff moved from Makefile.inc to reduce clutter */
+#ifndef __CYGWIN__
#ifndef TM_GMTOFF
#define TM_GMTOFF tm_gmtoff
#define TM_ZONE tm_zone
+#endif
#define STD_INSPIRED 1
#define PCTS 1
#define HAVE_LONG_DOUBLE 1
More information about the svn-commits
mailing list