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

/*
 * Redirect the png definitions through the stub definitions of the
 * binding. A wrapper for a support library using png 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 libpng wrapper itself.
 */

#include "pngtclDecls.h"