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