X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01fe050c1738fa8c7799830a271e365e424b1621..70914290a18a1c95c16ff5148d53f3dea52d2940:/src/tiff/tiffcomp.h diff --git a/src/tiff/tiffcomp.h b/src/tiff/tiffcomp.h index 48ccfcb1d9..bb5fb8c7e3 100644 --- a/src/tiff/tiffcomp.h +++ b/src/tiff/tiffcomp.h @@ -83,8 +83,9 @@ #include #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