1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

PNG: Switched to inline libpng linkage to prevent symbol collisions

This commit is contained in:
Tom Poole 2019-06-27 17:54:59 +01:00
parent 5a5a8fc293
commit 1c9cea431d

View file

@ -271,8 +271,8 @@ namespace pnglibNamespace
#define PNG_sCAL_PRECISION 5
#define PNG_sRGB_PROFILE_CHECKS 2
#define PNG_LINKAGE_API extern
#define PNG_LINKAGE_FUNCTION extern
#define PNG_LINKAGE_API inline
#define PNG_LINKAGE_FUNCTION inline
#define PNG_ARM_NEON_OPT 0
@ -281,7 +281,7 @@ namespace pnglibNamespace
#endif
#if ! defined (PNG_USER_HEIGHT_MAX)
#define PNG_USER_HEIGHT_MAX 1000000
#define PNG_USER_HEIGHT_MAX 1000000
#endif
#define png_debug(a, b)