X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4019ec2806519e044bd79881ccc2a803c12fb7d..8534ba34283b7011a9b63aa1e65ee47fe6cc5688:/src/zlib/zconf.h?ds=inline diff --git a/src/zlib/zconf.h b/src/zlib/zconf.h index e656bf28d2..3a1c213a03 100644 --- a/src/zlib/zconf.h +++ b/src/zlib/zconf.h @@ -87,7 +87,7 @@ #endif /* Some Mac compilers merge all .h files incorrectly: */ -#if defined(__MWERKS__) || defined(applec) ||defined(THINK_C) ||defined(__SC__) +#if defined(__MWERKS__) || defined(applec) ||defined(THINK_C) ||(defined(__SC__) && !defined(__DMC__)) # define NO_DUMMY_DECL #endif