]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tif_predict.c
removed src/gtk/eggtrayicon.h
[wxWidgets.git] / src / tiff / tif_predict.c
index 3dd7c98747732e9f507c1ffaf6e1d8d8c00f31f6..e47331f321e92ae829e7e45322d49c1007a9b698 100644 (file)
  * Predictor Tag Support (used by multiple codecs).
  */
 #include "tiffiop.h"
+/* Watcom C++ (or its make utility) doesn't like long filenames */
+#ifdef wxUSE_SHORTNAMES
+#include "tif_pred.h"
+#else
 #include "tif_predict.h"
+#endif
 
 #include <assert.h>