diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-01 13:14:26 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-08 13:00:16 +0900 |
| commit | 840945161b56783948793acd952fa48bdbddc211 (patch) | |
| tree | 8b4f96707077d236f5904add531428db3582f2c3 /src/3rdparty/zlib/zconf.h | |
| parent | b3f74bb12ab86a90a05f7d48325b25c408d0b985 (diff) | |
| download | tqt-84094516.tar.gz tqt-84094516.zip | |
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 37293565c31fa447fbf7cb0566be51d1204e8991)
Diffstat (limited to 'src/3rdparty/zlib/zconf.h')
| -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 af321ab6f..7b4d7a0d5 100644 --- a/src/3rdparty/zlib/zconf.h +++ b/src/3rdparty/zlib/zconf.h @@ -120,7 +120,7 @@ #endif /* Some Mac compilers merge all .h files incorrectly: */ -#if defined(__MWERKS__)||defined(applec)||defined(THINK_C)||defined(__SC__) +#if defined(applec)||defined(THINK_C)||defined(__SC__) # define NO_DUMMY_DECL #endif |
