X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6707afb72450475b0742451289659ca2452ad11..70914290a18a1c95c16ff5148d53f3dea52d2940:/src/tiff/tiffcomp.h diff --git a/src/tiff/tiffcomp.h b/src/tiff/tiffcomp.h index fc7198019f..bb5fb8c7e3 100644 --- a/src/tiff/tiffcomp.h +++ b/src/tiff/tiffcomp.h @@ -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)