mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[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.
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
572b078d8c
commit
42369ccd85
@@ -161,6 +161,12 @@ setting USER_VERSIONINFO_LEGALTRADEMARKS
|
||||
|
||||
setting API_RULE default 0
|
||||
|
||||
# This allows a prefix to be added to the front of every API functon name (and
|
||||
# therefore every symbol) by redefining all the function names with the prefix
|
||||
# in a new file "pngprefix.h"; this file must be installed in png.h if this
|
||||
# facility is used.
|
||||
setting PREFIX
|
||||
|
||||
# Default to using the read macros
|
||||
|
||||
setting DEFAULT_READ_MACROS default 1
|
||||
|
||||
Reference in New Issue
Block a user