summaryrefslogtreecommitdiff
path: root/plugins/AdvaImg/src/LibPNG/pngstruct.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-08-04 13:13:55 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-08-04 13:13:55 +0300
commit200dedbe5840fa9fb7e7f24c96d12458f296dc0d (patch)
tree7643b63e58da41265ae50e714e21dcb4e17eddb7 /plugins/AdvaImg/src/LibPNG/pngstruct.h
parenta98c9c3e38deb040415cb57003c634e718b6d64b (diff)
update to libpng 1.6.31
Diffstat (limited to 'plugins/AdvaImg/src/LibPNG/pngstruct.h')
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngstruct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/AdvaImg/src/LibPNG/pngstruct.h b/plugins/AdvaImg/src/LibPNG/pngstruct.h
index d8cc70071f..e775080cc4 100644
--- a/plugins/AdvaImg/src/LibPNG/pngstruct.h
+++ b/plugins/AdvaImg/src/LibPNG/pngstruct.h
@@ -479,5 +479,8 @@ struct png_struct_def
png_colorspace colorspace;
#endif
#endif
+
+/* New member added in libpng-1.6.31 */
+ int num_exif;
};
#endif /* PNGSTRUCT_H */