]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/zconf.h
Fixed a compliation error, event args should not be const.
[wxWidgets.git] / src / zlib / zconf.h
index e656bf28d227c047b318037bf65dd8c04fd75f48..3a1c213a030f9656611d3328aff2594393e18b7b 100644 (file)
@@ -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