summaryrefslogtreecommitdiffstats
path: root/tkimg/libtiff/tiffio.h
blob: b08adcac52a4e46519eaa5a38414d70f1b9d1374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

/*
 * Redirect the libtiff definitions through the stub definitions of the
 * binding. A wrapper for a support library using libtiff has to use this
 * header to ensure usage of the stub macros during the compilation of
 * the support library itself. In this way we avoid the need for
 * changing the original sources.
 *
 * This header has to be avoided when building the libtiff wrapper itself.
 */

#include "tifftclDecls.h"