diff options
Diffstat (limited to 'zconf.h.cmakein')
-rw-r--r-- | zconf.h.cmakein | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zconf.h.cmakein b/zconf.h.cmakein index b6ca59a..1d31b67 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein | |||
@@ -428,7 +428,9 @@ typedef uLong FAR uLongf; | |||
428 | #endif | 428 | #endif |
429 | 429 | ||
430 | #ifdef _WIN32 | 430 | #ifdef _WIN32 |
431 | # include <stddef.h> /* for wchar_t */ | 431 | # ifndef Z_SOLO |
432 | # include <stddef.h> /* for wchar_t */ | ||
433 | # endif | ||
432 | #endif | 434 | #endif |
433 | 435 | ||
434 | /* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and | 436 | /* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and |