From: David Elliott Date: Sat, 26 Mar 2005 05:25:14 +0000 (+0000) Subject: Metrowerks: The unix.h header is part of MSL_Extras. It's not needed for X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ed1f71875bea822de0d5b1c9a3e5d562a00ce6b6 Metrowerks: The unix.h header is part of MSL_Extras. It's not needed for Darwin and so with the change I don't need to include MSL_Extras. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/tiff/tiffcomp.h b/src/tiff/tiffcomp.h index cb4a659191..65d929cf38 100644 --- a/src/tiff/tiffcomp.h +++ b/src/tiff/tiffcomp.h @@ -51,7 +51,7 @@ #define __acornriscos #endif -#if defined(__MWERKS__) || defined(THINK_C) +#if (defined(__MWERKS__) && !defined(__MACH__)) || defined(THINK_C) #include #include #endif