aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/def.dfn
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 18:54:10 +1000
committerDavid Walter Seikel2013-01-13 18:54:10 +1000
commit959831f4ef5a3e797f576c3de08cd65032c997ad (patch)
treee7351908be5995f0b325b2ebeaa02d5a34b82583 /libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/def.dfn
parentAdd info about changes to Irrlicht. (diff)
downloadSledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.zip
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.gz
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.bz2
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.xz
Remove damned ancient DOS line endings from Irrlicht. Hopefully I did not go overboard.
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/def.dfn')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/def.dfn76
1 files changed, 38 insertions, 38 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/def.dfn b/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/def.dfn
index c7ed8ab..f991863 100644
--- a/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/def.dfn
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/scripts/def.dfn
@@ -1,38 +1,38 @@
1/* def.dfn - define format of libpng.def 1/* def.dfn - define format of libpng.def
2 * 2 *
3 * Last changed in libpng version 1.5.7 [December 15, 2011] 3 * Last changed in libpng version 1.5.7 [December 15, 2011]
4 * Copyright (c) 2010-2011 Glenn Randers-Pehrson 4 * Copyright (c) 2010-2011 Glenn Randers-Pehrson
5 * 5 *
6 * This code is released under the libpng license. 6 * This code is released under the libpng license.
7 * For conditions of distribution and use, see the disclaimer 7 * For conditions of distribution and use, see the disclaimer
8 * and license in png.h 8 * and license in png.h
9 */ 9 */
10 10
11/* These macros exist to make the header and trailer shorter below: */ 11/* These macros exist to make the header and trailer shorter below: */
12#define S PNG_DEFN_MAGIC 12#define S PNG_DEFN_MAGIC
13#define E PNG_DEFN_END 13#define E PNG_DEFN_END
14 14
15/* Write the export file header: */ 15/* Write the export file header: */
16S-;---------------------------------------------------------------E 16S-;---------------------------------------------------------------E
17S-; LIBPNG module definition file for OS/2-E 17S-; LIBPNG module definition file for OS/2-E
18S-;---------------------------------------------------------------E 18S-;---------------------------------------------------------------E
19S--E 19S--E
20S-; If you give the library an explicit name one or other files-E 20S-; If you give the library an explicit name one or other files-E
21S-; may need modifying to support the new name on one or more-E 21S-; may need modifying to support the new name on one or more-E
22S-; systems.-E 22S-; systems.-E
23S-LIBRARY-E 23S-LIBRARY-E
24S-OS2 DESCRIPTION "PNG image compression library"-E 24S-OS2 DESCRIPTION "PNG image compression library"-E
25S-OS2 CODE PRELOAD MOVEABLE DISCARDABLE-E 25S-OS2 CODE PRELOAD MOVEABLE DISCARDABLE-E
26S--E 26S--E
27S-EXPORTS-E 27S-EXPORTS-E
28S-;Version 1.5.0beta58-E 28S-;Version 1.5.0beta58-E
29 29
30/* NOTE: PNG_JOIN is interpreted by the calling script as a signal to 30/* NOTE: PNG_JOIN is interpreted by the calling script as a signal to
31 * join the two things on either side, so we can do symbol 31 * join the two things on either side, so we can do symbol
32 * substitution within the name, regular C ## joins the pp-tokens, 32 * substitution within the name, regular C ## joins the pp-tokens,
33 * not their final values. 33 * not their final values.
34 */ 34 */
35#define PNG_EXPORTA(ordinal, type, name, args, attributes)\ 35#define PNG_EXPORTA(ordinal, type, name, args, attributes)\
36 PNG_DEFN_MAGIC- SYMBOL_PREFIX PNG_JOIN name-PNG_DEFN_END 36 PNG_DEFN_MAGIC- SYMBOL_PREFIX PNG_JOIN name-PNG_DEFN_END
37 37
38#include "../png.h" 38#include "../png.h"