]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tiffcomp.h
Generate EVT_TOOL_ENTER when the user moves the mouse out of the toolbar
[wxWidgets.git] / src / tiff / tiffcomp.h
index fc7198019fabfd5770e3c6015e5367339afcbb51..bb5fb8c7e3cdf7a731a48c4e2030f85cfdea32be 100644 (file)
@@ -84,9 +84,9 @@
 #define        BSDTYPES
 #define        HAVE_UNISTD_H   0
 #elif defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows)
-#  if !defined(__MINGW32__)     /* GRG */
-#  define BSDTYPES
-#  endif
+#define BSDTYPES
+#elif defined(__DJGPP__)
+#define BSDTYPES
 #elif defined(OS2_16) || defined(OS2_32)
 #define        BSDTYPES
 #elif defined(__acornriscos)