summaryrefslogtreecommitdiff
path: root/time64.h
diff options
context:
space:
mode:
Diffstat (limited to 'time64.h')
-rw-r--r--time64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/time64.h b/time64.h
index 6f60bce833..78efc73489 100644
--- a/time64.h
+++ b/time64.h
@@ -32,7 +32,8 @@ struct TM64 {
* Otherwise, if we are on android, use const but
* not with g++.
*/
-# if defined(__GLIBC__) || (defined(__ANDROID__) && !defined(__cplusplus)) || defined(__QNX__)
+# if defined(__GLIBC__) || (defined(__ANDROID__) && !defined(__cplusplus)) \
+ || defined(__QNX__) || defined(__CYGWIN__)
const
# endif
char *tm_zone;