2010-03-13 03:03:18 +00:00
|
|
|
|
2014-12-15 00:49:53 +00:00
|
|
|
/* vers.c - define format of libpng.vers
|
2010-03-13 03:03:18 +00:00
|
|
|
*
|
2014-12-22 03:08:09 +00:00
|
|
|
* Last changed in libpng version 1.6.16 [December 22, 2014]
|
2014-12-15 01:38:55 +00:00
|
|
|
* Copyright (c) 2011-2014 Glenn Randers-Pehrson
|
2010-03-13 03:03:18 +00: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-07 00:28:02 +00:00
|
|
|
#define PNG_EXPORTA(ordinal, type, name, args, attributes)\
|
2013-03-02 20:58:22 +00:00
|
|
|
PNG_DFN " @" SYMBOL_PREFIX "@@" name "@;"
|
2010-03-13 03:03:18 +00:00
|
|
|
|
2013-03-02 20:58:22 +00:00
|
|
|
PNG_DFN "@" PNGLIB_LIBNAME "@ {global:"
|
2010-03-13 03:03:18 +00:00
|
|
|
|
|
|
|
#include "../png.h"
|
2013-03-02 20:58:22 +00:00
|
|
|
|
|
|
|
PNG_DFN "local: *; };"
|