2015-01-17 14:53:18 -05:00
|
|
|
|
2017-06-05 15:10:38 -04:00
|
|
|
/* sym.c - define format of libpng.sym
|
2015-01-17 14:53:18 -05:00
|
|
|
*
|
2017-06-05 15:10:38 -04:00
|
|
|
* Last changed in libpng version 1.6.16 [December 22, 2014]
|
|
|
|
* Copyright (c) 2011-2014 Glenn Randers-Pehrson
|
2015-01-17 14:53: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
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define PNG_EXPORTA(ordinal, type, name, args, attributes)\
|
2017-06-05 15:10:38 -04:00
|
|
|
PNG_DFN "@" SYMBOL_PREFIX "@@" name "@"
|
2015-01-17 14:53:18 -05:00
|
|
|
|
|
|
|
#include "../png.h"
|