blob: b0716405791aae0c901ceb4adfd50873acd35939 [file] [log] [blame]
John Bowlere06092a2010-12-27 22:10:19 -06001/* def.dfn - define format of libpng.def
2 *
John Bowlerbc79d702011-12-22 08:12:57 -06003 * Last changed in libpng version 1.5.7 [December 15, 2011]
Glenn Randers-Pehrson64b863c2011-01-04 09:57:06 -06004 * Copyright (c) 2010-2011 Glenn Randers-Pehrson
John Bowlere06092a2010-12-27 22:10:19 -06005 *
6 * This code is released under the libpng license.
7 * For conditions of distribution and use, see the disclaimer
8 * and license in png.h
9 */
10
Glenn Randers-Pehrsonf3af7062012-02-02 23:11:45 -060011/* Write the export file header: */
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -060012PNG_DFN ";--------------------------------------------------------------"
13PNG_DFN "; LIBPNG module definition file for OS/2"
14PNG_DFN ";--------------------------------------------------------------"
15PNG_DFN ""
16PNG_DFN "; If you give the library an explicit name one or other files"
17PNG_DFN "; may need modifying to support the new name on one or more"
18PNG_DFN "; systems."
19PNG_DFN "LIBRARY"
20PNG_DFN "OS2 DESCRIPTION "PNG image compression library""
21PNG_DFN "OS2 CODE PRELOAD MOVEABLE DISCARDABLE"
22PNG_DFN ""
23PNG_DFN "EXPORTS"
Glenn Randers-Pehrsonedb772f2014-10-22 19:28:06 -050024PNG_DFN ";Version 1.6.14"
Glenn Randers-Pehrsonf3af7062012-02-02 23:11:45 -060025
John Bowlere06092a2010-12-27 22:10:19 -060026#define PNG_EXPORTA(ordinal, type, name, args, attributes)\
Glenn Randers-Pehrson871b1d02013-03-02 14:58:22 -060027 PNG_DFN "@" SYMBOL_PREFIX "@@" name "@"
John Bowlere06092a2010-12-27 22:10:19 -060028
29#include "../png.h"