projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
1. Added m_count and maintain its value in InsertItem, RemoveItem
[wxWidgets.git]
/
src
/
tiff
/
tif_pixarlog.c
diff --git
a/src/tiff/tif_pixarlog.c
b/src/tiff/tif_pixarlog.c
index 27f2a9d7758fa9a691aff51838178f80bc5684f4..1cf49be8373d71e8da625ceab2088c31cb59a165 100644
(file)
--- a/
src/tiff/tif_pixarlog.c
+++ b/
src/tiff/tif_pixarlog.c
@@
-84,7
+84,13
@@
*
*/
*
*/
+/* Watcom C++ (or its make utility) doesn't like long filenames */
+#ifdef __WATCOMC__
+#include "tif_pred.h"
+#else
#include "tif_predict.h"
#include "tif_predict.h"
+#endif
+
#include "zlib.h"
#include "zutil.h"
#include "zlib.h"
#include "zutil.h"