]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tif_lzw.c
Removed AlignIn after further thought
[wxWidgets.git] / src / tiff / tif_lzw.c
index e41314a6a371cf54dcacfbbf0cfaa0472267b0e8..16c2b7422f0a719c82886263f258a08f6ea53ee2 100644 (file)
  *
  * The original Berkeley copyright notice appears below in its entirety.
  */
+/* 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>
 #include <stdio.h>