X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94fbea122fab5a025cde3f7637f6729a9621bf1f..6d9022fe3bb50a75b9b5eaf5cf32558e518ba310:/src/tiff/tiffiop.h?ds=sidebyside diff --git a/src/tiff/tiffiop.h b/src/tiff/tiffiop.h index 91264785f3..2697807129 100644 --- a/src/tiff/tiffiop.h +++ b/src/tiff/tiffiop.h @@ -34,7 +34,7 @@ * a port.h file that reflects the system capabilities. * Doing this obviates all the dreck done in tiffcomp.h. */ -#if defined(unix) || defined(__unix) +#if (defined(unix) || defined(__unix)) && !defined(__DJGPP__) #include "port.h" #include "tiffconf.h" #else