diff options
Diffstat (limited to 'zutil.h')
-rw-r--r-- | zutil.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |