aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/zconf.h b/zconf.h
index f9a5fa7..8c6f945 100644
--- a/zconf.h
+++ b/zconf.h
@@ -402,6 +402,10 @@ typedef uLong FAR uLongf;
402# endif 402# endif
403#endif 403#endif
404 404
405#ifdef _WIN32
406# include <stddef.h> /* for wchar_t */
407#endif
408
405/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and 409/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
406 * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even 410 * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
407 * though the former does not conform to the LFS document), but considering 411 * though the former does not conform to the LFS document), but considering