]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tiffcomp.h
use on gdk_draw_lines() call instead of multiple gdk_draw_line() ones (patch 717012)
[wxWidgets.git] / src / tiff / tiffcomp.h
index 48ccfcb1d91e4d90a10671512e377753ac01c4e5..2f7d0dd2cb3666bd1b7228df48629e288450e81d 100644 (file)
 #endif
 
 #if defined(__MWERKS__) || defined(THINK_C)
+#ifdef __MACH__
+#include <sys/types.h>
+#else
 #include <unix.h>
 #include <math.h>
 #endif
+#endif
 
 #include <stdio.h>
 
@@ -83,8 +87,9 @@
 #include <stdlib.h>
 #define        BSDTYPES
 #define        HAVE_UNISTD_H   0
-/* GRG: added check for MINGW32 */
-#elif (defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows)) && !defined(__MINGW32__)
+#elif defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows)
+#define BSDTYPES
+#elif defined(__DJGPP__)
 #define BSDTYPES
 #elif defined(OS2_16) || defined(OS2_32)
 #define        BSDTYPES