diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -402,6 +402,10 @@ typedef uLong FAR uLongf; | |||
402 | # endif | 402 | # endif |
403 | #endif | 403 | #endif |
404 | 404 | ||
405 | #ifdef _WIN32 | ||
406 | # include <stddef.h> /* for wchar_t */ | ||
407 | #endif | ||
408 | |||
405 | /* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and | 409 | /* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and |
406 | * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even | 410 | * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even |
407 | * though the former does not conform to the LFS document), but considering | 411 | * though the former does not conform to the LFS document), but considering |