diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-12 06:26:27 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-12 06:26:27 +0000 |
commit | 8cf6c7c99500728be625ac00986c46905079eda6 (patch) | |
tree | 694183e8540a8de8c1a89adbffa6ef18b4375807 /Build/source/libs/libpng/libpng-1.5.12/scripts/sym.dfn | |
parent | b13aba1af09480e6e9b61272ad68ae3c624bebae (diff) |
libpng 1.5.12
git-svn-id: svn://tug.org/texlive/trunk@27009 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng-1.5.12/scripts/sym.dfn')
-rw-r--r-- | Build/source/libs/libpng/libpng-1.5.12/scripts/sym.dfn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/libs/libpng/libpng-1.5.12/scripts/sym.dfn b/Build/source/libs/libpng/libpng-1.5.12/scripts/sym.dfn new file mode 100644 index 00000000000..f4f13df0831 --- /dev/null +++ b/Build/source/libs/libpng/libpng-1.5.12/scripts/sym.dfn @@ -0,0 +1,15 @@ + +/* sym.dfn - define format of libpng.sym + * + * Last changed in libpng version 1.5.0 [January 6, 2011] + * Copyright (c) 1998-2011 Glenn Randers-Pehrson + * + * 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)\ + PNG_DEFN_MAGIC-SYMBOL_PREFIX PNG_JOIN name-PNG_DEFN_END + +#include "../png.h" |