]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tif_predict.c
Three more attempts to get metal look.
[wxWidgets.git] / src / tiff / tif_predict.c
index 3dd7c98747732e9f507c1ffaf6e1d8d8c00f31f6..137a2fb3a4c916722ede07b67a3e72860b35b821 100644 (file)
  * Predictor Tag Support (used by multiple codecs).
  */
 #include "tiffiop.h"
+/* Watcom C++ (or its make utility) doesn't like long filenames */
+#ifdef __WATCOMC__
+#include "tif_pred.h"
+#else
 #include "tif_predict.h"
+#endif
 
 #include <assert.h>