X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4019ec2806519e044bd79881ccc2a803c12fb7d..3bb63e5c806e7ef549673822dc6e4d40aa9dbec9:/src/zlib/zconf.h?ds=sidebyside 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