projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed bug in determining the best listbox size
[wxWidgets.git]
/
src
/
tiff
/
tif_predict.c
diff --git
a/src/tiff/tif_predict.c
b/src/tiff/tif_predict.c
index 3dd7c98747732e9f507c1ffaf6e1d8d8c00f31f6..137a2fb3a4c916722ede07b67a3e72860b35b821 100644
(file)
--- a/
src/tiff/tif_predict.c
+++ b/
src/tiff/tif_predict.c
@@
-30,7
+30,12
@@
* 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>