blob: d966bff3a4f735982f2de2d85cd8f937d97a1dc2 [file] [log] [blame]
Glenn Randers-Pehrson862cb202010-04-16 22:12:51 -05001
2/* pngwin.dfn - define format of pngwin.def
3 *
Glenn Randers-Pehrson8f9de7a2010-07-06 07:44:59 -05004 * Last changed in libpng version 1.5.0 [July 6, 2010]
Glenn Randers-Pehrson862cb202010-04-16 22:12:51 -05005 * Copyright (c) 1998-2010 Glenn Randers-Pehrson
6 *
7 * This code is released under the libpng license.
8 * For conditions of distribution and use, see the disclaimer
9 * and license in png.h
10 */
11
12#define PNG_EXPORT(type, name, args, attributes, ordinal)\
13 PNG_DEFN_MAGIC- name @ordinal-PNG_DEFN_END
14#define PNG_REMOVED(type, name, args, attributes, ordinal)\
15 PNG_DEFN_MAGIC-; name @ordinal-PNG_DEFN_END
16#define PNG_EXPORT_LAST_ORDINAL(ordinal)\
17 PNG_DEFN_MAGIC-; @ordinal-PNG_DEFN_END
18
19PNG_DEFN_MAGIC-;---------------------------------------------------------------PNG_DEFN_END
20PNG_DEFN_MAGIC-; LIBPNG module definition file for Windows, WindowsCE and OS/2-PNG_DEFN_END
21PNG_DEFN_MAGIC-; On OS/2 uncomment lines preceded by ;0S2-PNG_DEFN_END
22PNG_DEFN_MAGIC-;---------------------------------------------------------------PNG_DEFN_END
23PNG_DEFN_MAGIC--PNG_DEFN_END
24PNG_DEFN_MAGIC-; If you give the library an explicit name one or other files-PNG_DEFN_END
25PNG_DEFN_MAGIC-; may need modifying to support the new name on one or more-PNG_DEFN_END
26PNG_DEFN_MAGIC-; systems.-PNG_DEFN_END
27PNG_DEFN_MAGIC-LIBRARY-PNG_DEFN_END
28PNG_DEFN_MAGIC-;OS2 DESCRIPTION "PNG image compression library"-PNG_DEFN_END
29PNG_DEFN_MAGIC-;OS2 CODE PRELOAD MOVEABLE DISCARDABLE-PNG_DEFN_END
30PNG_DEFN_MAGIC--PNG_DEFN_END
31PNG_DEFN_MAGIC-EXPORTS-PNG_DEFN_END
32PNG_DEFN_MAGIC-;Version PNGLIB_VERSION-PNG_DEFN_END
33
Glenn Randers-Pehrson98b4f002010-04-16 22:30:26 -050034/* Read the defaults, but use scripts/pnglibconf.h; the 'standard'
Glenn Randers-Pehrson862cb202010-04-16 22:12:51 -050035 * header file.
36 */
Glenn Randers-Pehrson98b4f002010-04-16 22:30:26 -050037#include "pnglibconf.h"
Glenn Randers-Pehrson862cb202010-04-16 22:12:51 -050038#include "../png.h"