aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/zconf.h b/zconf.h
index 8a46a58..c71cade 100644
--- a/zconf.h
+++ b/zconf.h
@@ -426,7 +426,9 @@ typedef uLong FAR uLongf;
426#endif 426#endif
427 427
428#ifdef _WIN32 428#ifdef _WIN32
429# include <stddef.h> /* for wchar_t */ 429# ifndef Z_SOLO
430# include <stddef.h> /* for wchar_t */
431# endif
430#endif 432#endif
431 433
432/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and 434/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and