]> git.saurik.com Git - wxWidgets.git/commitdiff
Metrowerks: The unix.h header is part of MSL_Extras. It's not needed for
authorDavid Elliott <dfe@tgwbd.org>
Sat, 26 Mar 2005 05:25:14 +0000 (05:25 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 26 Mar 2005 05:25:14 +0000 (05:25 +0000)
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

src/tiff/tiffcomp.h

index cb4a659191b0c9ee4f0efc3341c419d0fd3cb9b9..65d929cf38e5002d4f15882042b1e26cf6dde9a4 100644 (file)
@@ -51,7 +51,7 @@
 #define __acornriscos
 #endif
 
 #define __acornriscos
 #endif
 
-#if defined(__MWERKS__) || defined(THINK_C)
+#if (defined(__MWERKS__) && !defined(__MACH__)) || defined(THINK_C)
 #include <unix.h>
 #include <math.h>
 #endif
 #include <unix.h>
 #include <math.h>
 #endif