diff options
author | Michele Calgaro <[email protected]> | 2025-01-01 13:14:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-01 13:14:26 +0900 |
commit | 37293565c31fa447fbf7cb0566be51d1204e8991 (patch) | |
tree | 0b62542b6be5ad60d1e6e02d68557554ebba6f3e /src/3rdparty/zlib/zconf.h | |
parent | 7eccd2d0161a0e17e0609b26a006df35dfd0f462 (diff) | |
download | tqt3-37293565c31fa447fbf7cb0566be51d1204e8991.tar.gz tqt3-37293565c31fa447fbf7cb0566be51d1204e8991.zip |
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <[email protected]>
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 |