Glenn Randers-Pehrson | 862cb20 | 2010-04-16 22:12:51 -0500 | [diff] [blame] | 1 | |
| 2 | /* pngwin.dfn - define format of pngwin.def |
| 3 | * |
Glenn Randers-Pehrson | 8f9de7a | 2010-07-06 07:44:59 -0500 | [diff] [blame] | 4 | * Last changed in libpng version 1.5.0 [July 6, 2010] |
Glenn Randers-Pehrson | 862cb20 | 2010-04-16 22:12:51 -0500 | [diff] [blame] | 5 | * 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 | |
| 19 | PNG_DEFN_MAGIC-;---------------------------------------------------------------PNG_DEFN_END |
| 20 | PNG_DEFN_MAGIC-; LIBPNG module definition file for Windows, WindowsCE and OS/2-PNG_DEFN_END |
| 21 | PNG_DEFN_MAGIC-; On OS/2 uncomment lines preceded by ;0S2-PNG_DEFN_END |
| 22 | PNG_DEFN_MAGIC-;---------------------------------------------------------------PNG_DEFN_END |
| 23 | PNG_DEFN_MAGIC--PNG_DEFN_END |
| 24 | PNG_DEFN_MAGIC-; If you give the library an explicit name one or other files-PNG_DEFN_END |
| 25 | PNG_DEFN_MAGIC-; may need modifying to support the new name on one or more-PNG_DEFN_END |
| 26 | PNG_DEFN_MAGIC-; systems.-PNG_DEFN_END |
| 27 | PNG_DEFN_MAGIC-LIBRARY-PNG_DEFN_END |
| 28 | PNG_DEFN_MAGIC-;OS2 DESCRIPTION "PNG image compression library"-PNG_DEFN_END |
| 29 | PNG_DEFN_MAGIC-;OS2 CODE PRELOAD MOVEABLE DISCARDABLE-PNG_DEFN_END |
| 30 | PNG_DEFN_MAGIC--PNG_DEFN_END |
| 31 | PNG_DEFN_MAGIC-EXPORTS-PNG_DEFN_END |
| 32 | PNG_DEFN_MAGIC-;Version PNGLIB_VERSION-PNG_DEFN_END |
| 33 | |
Glenn Randers-Pehrson | 98b4f00 | 2010-04-16 22:30:26 -0500 | [diff] [blame] | 34 | /* Read the defaults, but use scripts/pnglibconf.h; the 'standard' |
Glenn Randers-Pehrson | 862cb20 | 2010-04-16 22:12:51 -0500 | [diff] [blame] | 35 | * header file. |
| 36 | */ |
Glenn Randers-Pehrson | 98b4f00 | 2010-04-16 22:30:26 -0500 | [diff] [blame] | 37 | #include "pnglibconf.h" |
Glenn Randers-Pehrson | 862cb20 | 2010-04-16 22:12:51 -0500 | [diff] [blame] | 38 | #include "../png.h" |