diff options
-rw-r--r-- | src/3rdparty/zlib/zconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/zlib/zconf.h b/src/3rdparty/zlib/zconf.h index 02ce56c..0105ca4 100644 --- a/src/3rdparty/zlib/zconf.h +++ b/src/3rdparty/zlib/zconf.h @@ -360,7 +360,7 @@ typedef uLong FAR uLongf; # define Z_HAVE_UNISTD_H #endif -#ifdef STDC +#if defined(STDC) && !defined(_WIN32_WCE) # include <sys/types.h> /* for off_t */ #endif |