aboutsummaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zutil.h b/zutil.h
index 32e9c89..bccc581 100644
--- a/zutil.h
+++ b/zutil.h
@@ -167,6 +167,12 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
167#pragma warn -8066 167#pragma warn -8066
168#endif 168#endif
169 169
170#ifdef _LARGEFILE64_SOURCE
171# define z_off64_t off64_t
172#else
173# define z_off64_t z_off_t
174#endif
175
170 /* common defaults */ 176 /* common defaults */
171 177
172#ifndef OS_CODE 178#ifndef OS_CODE