blob: a4bf5c720ee820f73b92eabc5566e2a7c83e5187 [file] [log] [blame]
Glenn Randers-Pehrsona528fba2010-03-12 21:03:18 -06001
2/* vers.dfn - define format of libpng.vers
3 *
Glenn Randers-Pehrsonf5ea1b72011-01-06 06:42:51 -06004 * Last changed in libpng version 1.5.0 [January 6, 2011]
Glenn Randers-Pehrson5c5db5a2011-01-21 23:23:34 -06005 * Copyright (c) 1998-2011 Glenn Randers-Pehrson
Glenn Randers-Pehrsona528fba2010-03-12 21:03:18 -06006 *
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 */
11
12#define HEADER PNG_DEFN_MAGIC-PNGLIB_LIBNAME {global:-PNG_DEFN_END
13
14/* NOTE: @@@ 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 */
Glenn Randers-Pehrson23d39702010-12-06 18:28:02 -060019#define PNG_EXPORTA(ordinal, type, name, args, attributes)\
20 PNG_DEFN_MAGIC- SYMBOL_PREFIX @@@ name;-PNG_DEFN_END
Glenn Randers-Pehrsona528fba2010-03-12 21:03:18 -060021
22#define TRAILER PNG_DEFN_MAGIC-local: *; };-PNG_DEFN_END
23
24HEADER
25#include "../png.h"
26TRAILER