1
2/*
3 * Redirect the png definitions through the stub definitions of the
4 * binding. A wrapper for a support library using png has to use this
5 * header to ensure usage of the stub macros during the compilation of
6 * the support library itself. In this way we avoid the need for
7 * changing the original sources.
8 *
9 * This header has to be avoided when building the libpng wrapper itself.
10 */
11
12#include "pngtclDecls.h"
13