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