]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tiffiop.h
Change up font selection process
[wxWidgets.git] / src / tiff / tiffiop.h
index 91264785f3555e457e5b5eced421e48ae5d608ef..269780712919ac51b19d29152b694fb0e993239b 100644 (file)
@@ -34,7 +34,7 @@
  * a port.h file that reflects the system capabilities.
  * Doing this obviates all the dreck done in tiffcomp.h.
  */
  * 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
 #include "port.h"
 #include "tiffconf.h"
 #else