diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-08-02 16:48:11 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-08-02 16:48:11 -0500 |
commit | 7c709f039f7ff3cc92eea03af0660a171ef0673d (patch) | |
tree | f89d2dca2dd96b9c7d22c05b83f99c6c42268512 /scripts | |
parent | f8de55da040fc025cfcf4f5aafc82e1a805d9307 (diff) |
[libpng16] Restored png_get_eXIf() and png_set_eXIf() to maintain API compatability.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/symbols.def | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/symbols.def b/scripts/symbols.def index 03deb447d..a5fcb1034 100644 --- a/scripts/symbols.def +++ b/scripts/symbols.def @@ -1,4 +1,4 @@ -;Version 1.6.32beta04 +;Version 1.6.32beta05 ;-------------------------------------------------------------- ; LIBPNG symbol list as a Win32 DEF file ; Contains all the symbols that can be exported from libpng @@ -250,5 +250,7 @@ EXPORTS png_get_palette_max @243 png_set_option @244 png_image_write_to_memory @245 - png_get_eXIf_1 @246 - png_set_eXIf_1 @247 + png_get_eXIf @246 + png_set_eXIf @247 + png_get_eXIf_1 @248 + png_set_eXIf_1 @249 |