diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |