]> git.saurik.com Git - wxWidgets.git/commitdiff
mingw32 specific compile fix
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 7 Jan 2000 16:26:00 +0000 (16:26 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 7 Jan 2000 16:26:00 +0000 (16:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/tiff/tiffcomp.h

index 56e61e0522f4dba08871d0cf7d50cea5c90c3ab0..fc7198019fabfd5770e3c6015e5367339afcbb51 100644 (file)
@@ -84,7 +84,9 @@
 #define        BSDTYPES
 #define        HAVE_UNISTD_H   0
 #elif defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows)
-#define        BSDTYPES
+#  if !defined(__MINGW32__)     /* GRG */
+#  define BSDTYPES
+#  endif
 #elif defined(OS2_16) || defined(OS2_32)
 #define        BSDTYPES
 #elif defined(__acornriscos)