aboutsummaryrefslogtreecommitdiffstats
path: root/stdtime
diff options
context:
space:
mode:
Diffstat (limited to 'stdtime')
-rwxr-xr-xstdtime/private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdtime/private.h b/stdtime/private.h
index 90329d3fa..60479d787 100755
--- a/stdtime/private.h
+++ b/stdtime/private.h
@@ -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