X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a02b243269fe98fa1bc624bac722eb6d1b996fb4..3fc306e9c311ecd1d1f74b6cab0165cf86339fab:/src/tiff/tiffcomp.h diff --git a/src/tiff/tiffcomp.h b/src/tiff/tiffcomp.h index f79f394963..bb5fb8c7e3 100644 --- a/src/tiff/tiffcomp.h +++ b/src/tiff/tiffcomp.h @@ -83,9 +83,10 @@ #include #define BSDTYPES #define HAVE_UNISTD_H 0 -/* GRG: added check for MINGW32 */ #elif defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows) #define BSDTYPES +#elif defined(__DJGPP__) +#define BSDTYPES #elif defined(OS2_16) || defined(OS2_32) #define BSDTYPES #elif defined(__acornriscos)