diff options
author | aavit <qt-info@nokia.com> | 2011-04-05 09:25:59 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2011-04-05 09:25:59 (GMT) |
commit | 0e12c56a972320a608bbb8c31b7726674f000bb1 (patch) | |
tree | f2b53516309dbfbf4df8c6374769fccdaf8ebe1d /src/3rdparty/zlib/zconf.h | |
parent | 2f59eaeee1fbe33d07b0e7d0747afd8658df95ac (diff) | |
download | Qt-0e12c56a972320a608bbb8c31b7726674f000bb1.zip Qt-0e12c56a972320a608bbb8c31b7726674f000bb1.tar.gz Qt-0e12c56a972320a608bbb8c31b7726674f000bb1.tar.bz2 |
Really avoid compiler warnings on Windows
Diffstat (limited to 'src/3rdparty/zlib/zconf.h')
-rw-r--r-- | src/3rdparty/zlib/zconf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/3rdparty/zlib/zconf.h b/src/3rdparty/zlib/zconf.h index a92eb36..0105ca4 100644 --- a/src/3rdparty/zlib/zconf.h +++ b/src/3rdparty/zlib/zconf.h @@ -271,8 +271,6 @@ #endif #if defined(WINDOWS) || defined(WIN32) -# define _CRT_SECURE_NO_DEPRECATE -# define _CRT_NONSTDC_NO_DEPRECATE /* If building or using zlib as a DLL, define ZLIB_DLL. * This is not mandatory, but it offers a little performance increase. */ |