Searched refs:PNG_CONST (Results 1 – 3 of 3) sorted by relevance
64 #define PNG_CONST const /* backward compatibility only */ macro
1637 Made swap tables in pngtrans.c PNG_CONST (Carlo Bramix).1901 Changed "const static" to "static PNG_CONST" everywhere, mostly undoing1902 change of libpng-1.2.17beta2. Changed other "const" to "PNG_CONST"1920 Removed some PNG_CONST in pngwutil.c to avoid compiler warnings.2410 Removed PNG_CONST from all "PNG_CONST PNG_CHNK" declarations to avoid2529 Avoid redefining PNG_CONST in pngconf.h2908 Changed char *msg to PNG_CONST char *msg in pngrutil.c3604 bytes and made PNG_CONST and static (previously some arrays were3605 marked PNG_CONST and some weren't).3723 Removed PNG_CONST from the sRGB table declarations in pngpriv.h and png.c