2010-03-12 22:03:18 -05:00
|
|
|
|
2014-12-14 19:49:53 -05:00
|
|
|
/* vers.c - define format of libpng.vers
|
2010-03-12 22:03:18 -05:00
|
|
|
*
|
2014-12-21 22:08:09 -05:00
|
|
|
* Last changed in libpng version 1.6.16 [December 22, 2014]
|
2014-12-14 20:38:55 -05:00
|
|
|
* Copyright (c) 2011-2014 Glenn Randers-Pehrson
|
2010-03-12 22:03:18 -05:00
|
|
|
*
|
|
|
|
* This code is released under the libpng license.
|
|
|
|
* For conditions of distribution and use, see the disclaimer
|
|
|
|
* and license in png.h
|
|
|
|
*/
|
|
|
|
|
2010-12-06 19:28:02 -05:00
|
|
|
#define PNG_EXPORTA(ordinal, type, name, args, attributes)\
|
2013-03-02 15:58:22 -05:00
|
|
|
PNG_DFN " @" SYMBOL_PREFIX "@@" name "@;"
|
2010-03-12 22:03:18 -05:00
|
|
|
|
2013-03-02 15:58:22 -05:00
|
|
|
PNG_DFN "@" PNGLIB_LIBNAME "@ {global:"
|
2010-03-12 22:03:18 -05:00
|
|
|
|
|
|
|
#include "../png.h"
|
2013-03-02 15:58:22 -05:00
|
|
|
|
|
|
|
PNG_DFN "local: *; };"
|