summaryrefslogtreecommitdiff
path: root/scripts/macro.lst
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@acm.org>2012-01-31 07:28:13 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-01-31 07:28:13 -0600
commit42369ccd85a48c0802093ecf02444cc4dfc4f1dd (patch)
tree01453795611dae936fa8e27f1cfcab9f6a47f1f4 /scripts/macro.lst
parent572b078d8c660ba85ca4189d653f5c7eef7e5ae4 (diff)
downloadlibpng-42369ccd85a48c0802093ecf02444cc4dfc4f1dd.tar.gz
[libpng16] Added symbol prefixing that allows all the libpng external symbols
to be prefixed (suggested by Reuben Hawkins). This is work in progress that breaks some non-configure builds.
Diffstat (limited to 'scripts/macro.lst')
-rw-r--r--scripts/macro.lst3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/macro.lst b/scripts/macro.lst
new file mode 100644
index 000000000..57124b76a
--- /dev/null
+++ b/scripts/macro.lst
@@ -0,0 +1,3 @@
+get_uint_32(buf)
+get_uint_16(buf)
+get_int_32(buf)