2010-03-13 03:03:18 +00:00
|
|
|
|
|
|
|
/* vers.dfn - define format of libpng.vers
|
|
|
|
*
|
2011-01-06 12:42:51 +00:00
|
|
|
* Last changed in libpng version 1.5.0 [January 6, 2011]
|
2011-01-22 05:23:34 +00:00
|
|
|
* Copyright (c) 1998-2011 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: *; };"
|