Bringing libpng-1.5.10 into the main branch
[AROS.git] / workbench / libs / png / scripts / vers.dfn
blob89d5f3879e2eda8854928899fc0b88b1b7115d66
2 /* vers.dfn - define format of libpng.vers
3  *
4  * Last changed in libpng version 1.5.0 [January 6, 2011]
5  * Copyright (c) 1998-2011 Glenn Randers-Pehrson
6  *
7  * This code is released under the libpng license.
8  * For conditions of distribution and use, see the disclaimer
9  * and license in png.h
10  */
12 #define HEADER PNG_DEFN_MAGIC-PNGLIB_LIBNAME {global:-PNG_DEFN_END
14 /* NOTE: PNG_JOIN is interpreted by the calling script as a signal to
15  * join the two things on either side, so we can do symbol
16  * substitution within the name, regular C ## joins the pp-tokens,
17  * not their final values.
18  */
19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\
20         PNG_DEFN_MAGIC- SYMBOL_PREFIX PNG_JOIN name;-PNG_DEFN_END
22 #define TRAILER PNG_DEFN_MAGIC-local: *; };-PNG_DEFN_END
24 HEADER
25 #include "../png.h"
26 TRAILER