diff options
author | aavit <qt-info@nokia.com> | 2011-04-02 08:32:22 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2011-04-02 08:32:22 (GMT) |
commit | 542a6e7f1e0bd3b734927ffa92fe0683dec0a559 (patch) | |
tree | 4ebda08985c126dba9900dacb7d7120a0f2162c4 /src/3rdparty | |
parent | 8762acbbc65065a277921746b9aaccef066b1331 (diff) | |
download | Qt-542a6e7f1e0bd3b734927ffa92fe0683dec0a559.zip Qt-542a6e7f1e0bd3b734927ffa92fe0683dec0a559.tar.gz Qt-542a6e7f1e0bd3b734927ffa92fe0683dec0a559.tar.bz2 |
Compilation fix for WinCE
Diffstat (limited to 'src/3rdparty')
-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 |